Skip to content

Commit

Permalink
Update version to release
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Apr 24, 2020
1 parent f0c1e2b commit f8b9b7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.6.0.dev0
current_version = 1.6.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.{release}{dev}
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Expand Up @@ -47,7 +47,7 @@
# built documents.
#
# The short X.Y version.
version = '1.6.0.dev0'
version = '1.6.0'
# The full version, including alpha/beta/rc tags.
release = version
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
Expand Down
2 changes: 1 addition & 1 deletion galpy/__init__.py
@@ -1 +1 @@
__version__ = "1.6.0.dev0"
__version__ = "1.6.0"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -210,7 +210,7 @@
actionAngleTorus_c_incl= False

setup(name='galpy',
version='1.6.0.dev0',
version='1.6.0',
description='Galactic Dynamics in python',
author='Jo Bovy',
author_email='bovy@astro.utoronto.ca',
Expand Down

0 comments on commit f8b9b7d

Please sign in to comment.