Skip to content

Commit

Permalink
Bump version: 0.0.30 → 0.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
lorien committed May 5, 2018
1 parent 88f03ca commit aaf9aac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.30
current_version = 0.0.31
files = setup.py test_server/__init__.py docs/conf.py
commit = True
tag = True
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = u'.'.join(u'0.0.30'.split('.')[:2])
version = u'.'.join(u'0.0.31'.split('.')[:2])
# The full version, including alpha/beta/rc tags.
release = u'0.0.30'
release = u'0.0.31'

# 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
Expand Up @@ -10,7 +10,7 @@
setup(
# Meta data
name='test-server',
version='0.0.30',
version='0.0.31',
author='Gregory Petukhov',
author_email='lorien@lorien.name',
maintainer="Gregory Petukhov",
Expand Down
2 changes: 1 addition & 1 deletion test_server/__init__.py
@@ -1,4 +1,4 @@
from test_server.server import * # noqa pylint: disable=wildcard-import
from test_server.error import * # noqa pylint: disable=wildcard-import

__version__ = '0.0.30'
__version__ = '0.0.31'

0 comments on commit aaf9aac

Please sign in to comment.