Skip to content

Commit

Permalink
Merge branch 'master' of github.com:PyPlanet/PyPlanet into release/0.6.x
Browse files Browse the repository at this point in the history
console.log(list);
  • Loading branch information
tomvlk committed Nov 17, 2018
2 parents cc24567 + e3a7c40 commit adcb8e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = False
current_version = 0.6.1
current_version = 0.6.2
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>.*))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -68,9 +68,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6.1'
version = '0.6.2'
# The full version, including alpha/beta/rc tags.
release = '0.6.1'
release = '0.6.2'

# 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
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.1'
__version__ = '0.6.2'
__author__ = 'Tom Valk'

0 comments on commit adcb8e8

Please sign in to comment.