From f8b9b7d50822b3a642d76ce19de5a09931f76234 Mon Sep 17 00:00:00 2001 From: Jo Bovy Date: Fri, 24 Apr 2020 11:45:33 -0400 Subject: [PATCH] Update version to release --- .bumpversion.cfg | 2 +- doc/source/conf.py | 2 +- galpy/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6914ae0b0..534aa5869 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.0.dev0 +current_version = 1.6.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? serialize = {major}.{minor}.{patch}.{release}{dev} diff --git a/doc/source/conf.py b/doc/source/conf.py index 1e9ce3157..db8326da2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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' diff --git a/galpy/__init__.py b/galpy/__init__.py index 5b779455a..e4adfb83d 100644 --- a/galpy/__init__.py +++ b/galpy/__init__.py @@ -1 +1 @@ -__version__ = "1.6.0.dev0" +__version__ = "1.6.0" diff --git a/setup.py b/setup.py index 415bd4236..f1383e325 100644 --- a/setup.py +++ b/setup.py @@ -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',