Skip to content

Commit e931b62

Browse files
Incremented to version 2.12.
Signed-off-by: David Rebbe <drebbe@intrepidcs.com>
1 parent 900d032 commit e931b62

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '2.11'
59+
version = '2.12'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '2.11'
61+
release = '2.12'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import unittest
99

1010
MAJOR_VERSION = 2
11-
MINOR_VERSION = 11
11+
MINOR_VERSION = 12
1212

1313
def _run_tests():
1414
directory = os.path.abspath(os.path.dirname(sys.modules['__main__'].__file__))

0 commit comments

Comments
 (0)