Skip to content

Commit

Permalink
Bump version to 1.1.0 by semver rules
Browse files Browse the repository at this point in the history
We have extended the "api" with the new config value.
  • Loading branch information
michaeljones committed Oct 26, 2013
1 parent 60cd1ad commit 0a46518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxtogithub/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Script for preparing the html output of the Sphinx documentation system for
github pages. """

VERSION = (1, 0, 0, 'dev')
VERSION = (1, 1, 0, 'dev')

__version__ = ".".join(map(str, VERSION[:-1]))
__release__ = ".".join(map(str, VERSION))
Expand Down

0 comments on commit 0a46518

Please sign in to comment.