From 87070d3fe55c2e2374a0a822f96228c3a0a13e69 Mon Sep 17 00:00:00 2001 From: Alexis Jeandet Date: Wed, 17 Apr 2024 15:28:25 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.6=20=E2=86=92=201.2.7?= 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 4534743d..a7809a78 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.6 +version: 1.2.7 doi: 10.5281/zenodo.5957415 date-released: 2024-02-22 url: "https://github.com/SciQLop/speasy" diff --git a/VERSION b/VERSION index 3c43790f..c04c650a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.6 +1.2.7 diff --git a/docs/conf.py b/docs/conf.py index 2fb45075..11556bd5 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -125,7 +125,7 @@ # the built documents. # # The short X.Y version. -version = '1.2.6' +version = '1.2.7' # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index 7caf5d68..1ae4865a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core"] [project] name = 'speasy' -version = "1.2.6" +version = "1.2.7" 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 e0a03c0a..40124aaa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.6 +current_version = 1.2.7 commit = True tag = True diff --git a/speasy/__init__.py b/speasy/__init__.py index 391e54f6..6328bf4a 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.6' +__version__ = '1.2.7' __all__ = ['amda', 'cda', 'ssc', 'csa', 'get_data', 'archive', 'SpeasyVariable', 'Catalog', 'Event', 'Dataset', 'TimeTable'] __docformat__ = "numpy"