Skip to content

Commit 4042309

Browse files
Updating version to 2.6.
Signed-off-by: David Rebbe <[email protected]>
1 parent 9275d55 commit 4042309

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '2.5'
58+
version = '2.6'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '2.5'
60+
release = '2.6'
6161

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import platform
66

77
MAJOR_VERSION = 2
8-
MINOR_VERSION = 5
8+
MINOR_VERSION = 6
99

1010
class build(build_module.build):
1111
def run(self):

0 commit comments

Comments
 (0)