Skip to content

Commit

Permalink
Merge branch 'master' into release/0.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvlk committed May 5, 2018
2 parents d2be697 + 829e72f commit f409149
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = False
current_version = 0.6.0-rc3
current_version = 0.6.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>.*))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.6.0 (unreleased)
0.6.0 (5 May 2018)
------------------

Core
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6.0-rc3'
version = '0.6.0'
# The full version, including alpha/beta/rc tags.
release = '0.6.0-rc3'
release = '0.6.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyplanet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
PyPlanet, a robust and simple Maniaplanet Server Controller for Python 3.5+.
Please see LICENSE file in root of project.
"""
__version__ = '0.6.0-rc3'
__version__ = '0.6.0'
__author__ = 'Tom Valk'

0 comments on commit f409149

Please sign in to comment.