Skip to content

Commit

Permalink
Bump version to release
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Nov 17, 2021
1 parent 3cef854 commit 2bd96ca
Show file tree
Hide file tree
Showing 5 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,5 +1,5 @@
[bumpversion]
current_version = 1.7.1.dev0
current_version = 1.7.1
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 CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: "Jo"
orcid: "https://orcid.org/0000-0001-6855-442X"
title: "galpy"
version: 1.7.1.dev0
version: 1.7.1
url: "https://github.com/jobovy/galpy"
preferred-citation:
type: article
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# built documents.
#
# The short X.Y version.
version = '1.7.1.dev0'
version = '1.7.1'
# 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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.7.1.dev0"
__version__ = "1.7.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def build_extensions(self):

setup(cmdclass=dict(build_ext=BuildExt), # this to allow compiler check above
name='galpy',
version='1.7.1.dev0',
version='1.7.1',
description='Galactic Dynamics in python',
author='Jo Bovy',
author_email='[email protected]',
Expand Down

0 comments on commit 2bd96ca

Please sign in to comment.