From 9ff21a9c35e0790cd5ea51208fcb8af8a082e7f0 Mon Sep 17 00:00:00 2001 From: Jo Bovy Date: Tue, 25 Aug 2020 01:36:03 -0400 Subject: [PATCH] Bump to next release version --- .bumpversion.cfg | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- sphinx_astrorefs/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 32314ce..b7759bb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.dev0 +current_version = 0.4 parse = (?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? serialize = {major}.{minor}.{release}{dev} diff --git a/docs/source/conf.py b/docs/source/conf.py index f2df626..3c7c41b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = 'Jo Bovy' # The full version, including alpha/beta/rc tags -release = '0.4.dev0' +release = '0.4' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 0ad7962..14dadfc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="sphinx-astrorefs", - version="0.4.dev0", + version="0.4", author="Jo Bovy", author_email="bovy@astro.utoronto.ca", description="Astro-style references in Sphinx documents", diff --git a/sphinx_astrorefs/__init__.py b/sphinx_astrorefs/__init__.py index 8fd70f7..913e861 100644 --- a/sphinx_astrorefs/__init__.py +++ b/sphinx_astrorefs/__init__.py @@ -2,7 +2,7 @@ from . import pybtex_astro from . import reformat from . import resolve_aas -__version__= "0.4.dev0" +__version__= "0.4" def append_static_path(app,config): config.html_static_path.append(