Skip to content

Commit fd53d33

Browse files
committed
Minor version bump and fix changelog
1 parent d968f68 commit fd53d33

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docs/source/changelog.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ Changelog
44

55
.. literalinclude:: ../../CHANGES.txt
66
:language: none
7-
:literal:

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '0.17'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.17.0'
63+
release = '0.17.1'
6464

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='fabgis',
7-
version='0.17.0',
7+
version='0.17.1',
88
author='Tim Sutton',
99
author_email='[email protected]',
1010
packages=['fabgis', ],

0 commit comments

Comments
 (0)