Skip to content

Commit

Permalink
Incremented version to 4.6.
Browse files Browse the repository at this point in the history
Signed-off-by: David Rebbe <[email protected]>
  • Loading branch information
drebbe-intrepid committed Oct 20, 2020
1 parent 6c1cf99 commit 2470709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '4.5'
version = '4.6'
# The full version, including alpha/beta/rc tags.
release = '4.5'
release = '4.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import unittest

MAJOR_VERSION = 4
MINOR_VERSION = 5
MINOR_VERSION = 6

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

0 comments on commit 2470709

Please sign in to comment.