Skip to content

Commit 2fc71c6

Browse files
committed
Bump version: 1.2.1 → 1.2.2
1 parent 329c368 commit 2fc71c6

File tree

7 files changed

+18
-8
lines changed

7 files changed

+18
-8
lines changed

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cff-version: 1.2.0
1+
cff-version: 1.2.2
22
message: "If you use this software, please cite it as below."
33
authors:
44
- family-names: "Jeandet"
@@ -8,7 +8,7 @@ authors:
88
given-names: "Alexandre"
99
orcid: "https://orcid.org/0000-0000-0000-0000"
1010
title: "Speasy"
11-
version: 1.2.0
11+
version: 1.2.2
1212
doi: 10.5281/zenodo.7995732
13-
date-released: 2023-10-31
13+
date-released: 2023-11-28
1414
url: "https://github.com/SciQLop/speasy"

HISTORY.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
History
33
=======
44

5+
1.2.2 (2023-11-28)
6+
------------------
7+
8+
* Fixes https://github.com/SciQLop/speasy/issues/110, returns None instead of crash when there is no file on server by @jeandet in https://github.com/SciQLop/speasy/pull/111
9+
10+
1.2.1 (2023-11-07)
11+
------------------
12+
13+
* Fixes non ISTP compliant files axis merging by @jeandet in https://github.com/SciQLop/speasy/pull/109
14+
515
1.2.0 (2023-10-31)
616
------------------
717

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.2.2

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
# the built documents.
126126
#
127127
# The short X.Y version.
128-
version = '1.2.1'
128+
version = '1.2.2'
129129
# The full version, including alpha/beta/rc tags.
130130
release = version
131131

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["flit_core"]
44

55
[project]
66
name = 'speasy'
7-
version = "1.2.1"
7+
version = "1.2.2"
88
description = "A simple Python package to deal with main Space Physics WebServices (CDA, CSA, AMDA and SSC)."
99
keywords = ["satellite", "plasma-physics", "nasa-data", "amda", "cdpp", "CDF"]
1010
authors = [

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.1
2+
current_version = 1.2.2
33
commit = True
44
tag = True
55

speasy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__author__ = """Alexis Jeandet"""
1010
__email__ = 'alexis.jeandet@member.fsf.org'
11-
__version__ = '1.2.1'
11+
__version__ = '1.2.2'
1212
__all__ = ['amda', 'cda', 'ssc', 'csa', 'get_data', 'archive', 'SpeasyVariable', 'Catalog', 'Event', 'Dataset', 'TimeTable']
1313
__docformat__ = "numpy"
1414

0 commit comments

Comments
 (0)