Skip to content

Commit a28f7f4

Browse files
committed
Bump version: 1.5.1 → 1.5.2
1 parent 8ff9238 commit a28f7f4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors:
88
given-names: "Alexandre"
99
orcid: "https://orcid.org/0009-0009-7151-8089"
1010
title: "Speasy"
11-
version: 1.5.1
11+
version: 1.5.2
1212
doi: 10.5281/zenodo.14925715
1313
date-released: 2025-02-25
1414
url: "https://github.com/SciQLop/speasy"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.5.2

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
# the built documents.
129129
#
130130
# The short X.Y version.
131-
version = '1.5.1'
131+
version = '1.5.2'
132132
# The full version, including alpha/beta/rc tags.
133133
release = version
134134

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.5.1"
7+
version = "1.5.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.5.1
2+
current_version = 1.5.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.5.1'
11+
__version__ = '1.5.2'
1212
__all__ = ['amda', 'cda', 'ssc', 'csa', 'get_data', 'archive', 'SpeasyVariable', 'Catalog', 'Event', 'Dataset', 'TimeTable']
1313
__docformat__ = "numpy"
1414

0 commit comments

Comments
 (0)