Skip to content

Commit

Permalink
Release v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Apr 15, 2022
1 parent f55a962 commit 69cd32b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.8.0.dev0
current_version = 1.7.2
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.8.0.dev0
version: 1.7.2
url: "https://github.com/jobovy/galpy"
preferred-citation:
type: article
Expand Down
4 changes: 2 additions & 2 deletions HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v1.8 (XXXX-XX-XX)
=================
v1.7.2 (2022-04-15)
===================

- Added NonInertialFrameForce, which provides the fictitious forces
when integrating orbits in non-inertial frames. Arbitrary rotations
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.8.0.dev0'
version = '1.7.2'
# 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.8.0.dev0"
__version__ = "1.7.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def build_extensions(self):

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

0 comments on commit 69cd32b

Please sign in to comment.