Skip to content

Commit d4c2c11

Browse files
Remove -dev designation in preparation for release of 7.2.
1 parent 846bfab commit d4c2c11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# The short X.Y version.
4343
version = '7.2'
4444
# The full version, including alpha/beta/rc tags.
45-
release = '7.2.0-dev'
45+
release = '7.2.0'
4646

4747
# There are two options for replacing |today|: either, you set today to some
4848
# non-false value, then it is used:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from distutils.extension import Extension
2121

2222
# define build constants
23-
BUILD_VERSION = "7.2.0-dev"
23+
BUILD_VERSION = "7.2.0"
2424

2525
# setup extra link and compile args
2626
extraLinkArgs = []

0 commit comments

Comments
 (0)