From 0462597399165107063166b46e18bc9e628a9c9f Mon Sep 17 00:00:00 2001 From: Alexis Jeandet Date: Wed, 17 Apr 2024 11:23:08 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.5=20=E2=86=92=201.2.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 2 +- VERSION | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- speasy/__init__.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 54e95162..4534743d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ authors: given-names: "Alexandre" orcid: "https://orcid.org/0009-0009-7151-8089" title: "Speasy" -version: 1.2.5 +version: 1.2.6 doi: 10.5281/zenodo.5957415 date-released: 2024-02-22 url: "https://github.com/SciQLop/speasy" diff --git a/VERSION b/VERSION index c813fe11..3c43790f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.5 +1.2.6 diff --git a/docs/conf.py b/docs/conf.py index 3293283d..2fb45075 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -125,7 +125,7 @@ # the built documents. # # The short X.Y version. -version = '1.2.5' +version = '1.2.6' # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index e837fadc..7caf5d68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core"] [project] name = 'speasy' -version = "1.2.5" +version = "1.2.6" description = "A simple Python package to deal with main Space Physics WebServices (CDA, CSA, AMDA and SSC)." keywords = ["satellite", "plasma-physics", "nasa-data", "amda", "cdpp", "CDF"] authors = [ diff --git a/setup.cfg b/setup.cfg index 6c7b131e..e0a03c0a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.5 +current_version = 1.2.6 commit = True tag = True diff --git a/speasy/__init__.py b/speasy/__init__.py index 8d1a5e45..391e54f6 100644 --- a/speasy/__init__.py +++ b/speasy/__init__.py @@ -8,7 +8,7 @@ __author__ = """Alexis Jeandet""" __email__ = 'alexis.jeandet@member.fsf.org' -__version__ = '1.2.5' +__version__ = '1.2.6' __all__ = ['amda', 'cda', 'ssc', 'csa', 'get_data', 'archive', 'SpeasyVariable', 'Catalog', 'Event', 'Dataset', 'TimeTable'] __docformat__ = "numpy"