Skip to content

Commit 9b07543

Browse files
Incremented version to 2.15.
Signed-off-by: David Rebbe <drebbe@intrepidcs.com>
1 parent a1bc7ca commit 9b07543

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.14'
59+
version = '2.15'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '2.14'
61+
release = '2.15'
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 = 14
11+
MINOR_VERSION = 15
1212

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

0 commit comments

Comments
 (0)