Skip to content

Commit

Permalink
Bump version to next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Jul 3, 2023
1 parent 445e9ae commit 0df02b3
Show file tree
Hide file tree
Showing 6 changed files with 9 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.9.0
current_version = 1.9.1.dev0
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.9.0
version: 1.9.1.dev0
url: "https://github.com/jobovy/galpy"
preferred-citation:
type: article
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.9.1 (expected around 2023-11-0)
===================


v1.9.0 (2023-07-02)
===================

Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def linkcode_resolve(domain, info):
# built documents.
#
# The short X.Y version.
version = "1.9.0"
version = "1.9.1.dev0"
# 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.9.0"
__version__ = "1.9.1.dev0"
# 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 @@ -286,7 +286,7 @@ def build_extensions(self):
setup(
cmdclass=dict(build_ext=BuildExt), # this to allow compiler check above
name="galpy",
version="1.9.0",
version="1.9.1.dev0",
description="Galactic Dynamics in python",
author="Jo Bovy",
author_email="bovy@astro.utoronto.ca",
Expand Down

0 comments on commit 0df02b3

Please sign in to comment.