Skip to content

Commit

Permalink
Bump release to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Oct 31, 2022
1 parent e209a0e commit 10cbeec
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.8.1.dev0
current_version = 1.8.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.8.1.dev0
version: 1.8.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 @@ -90,7 +90,7 @@ def linkcode_resolve(domain, info):
# built documents.
#
# The short X.Y version.
version = '1.8.1.dev0'
version = '1.8.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,4 +1,4 @@
__version__ = "1.8.1.dev0"
__version__ = "1.8.1"
# Check whether a new version is available
import datetime
import http.client
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def build_extensions(self):

setup(cmdclass=dict(build_ext=BuildExt), # this to allow compiler check above
name='galpy',
version='1.8.1.dev0',
version='1.8.1',
description='Galactic Dynamics in python',
author='Jo Bovy',
author_email='bovy@astro.utoronto.ca',
Expand Down

0 comments on commit 10cbeec

Please sign in to comment.