From 7ce692b08c73110a22cba9b39936309c155af4f9 Mon Sep 17 00:00:00 2001 From: jameswilburlewis Date: Tue, 11 Jun 2024 09:59:04 -0700 Subject: [PATCH] Version bump to 1.5.15 to pick up CDAWeb enhancements and bug fixes --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9befcabe..4a547ceb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ author = 'The PySPEDAS Community' # The full version, including alpha/beta/rc tags -release = '1.5.14' +release = '1.5.15' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 2ea2d401..6788d6c0 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="pyspedas", - version="1.5.14", + version="1.5.15", description="Python Space Physics Environment Data Analysis Software (pySPEDAS)", long_description=open("README.md").read(), long_description_content_type="text/markdown",