Skip to content

Commit 564f405

Browse files
committed
v2.1.5
1 parent a51a1fd commit 564f405

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

NEWS

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
CCPLOT NEWS
22

3+
New in 2.1.5 (2025-03-26)
4+
5+
* Fixed installation bug due to NumPy 2.
6+
37
New in 2.1.4 (2023-09-08)
48

59
* Support for installation on Windows with Python 3.11.
@@ -14,7 +18,7 @@ New in 2.1.2 (2023-06-20)
1418

1519
New in 2.1.1 (2021-01-23)
1620

17-
* Fix building of Python wheel on Windows (missing DLLs).
21+
* Fixed building of Python wheel on Windows (missing DLLs).
1822

1923
New in 2.1.0 (2021-11-28)
2024

ccplot/bin/ccplot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
# Early global variables.
7474
program_name = os.path.basename(sys.argv[0])
75-
__version__ = "2.1.4"
75+
__version__ = "2.1.5"
7676
CCPLOT_CMAP_PATH = os.path.join(ccplot.config.sharepath, 'cmap') \
7777
+ ":/usr/share/ccplot/cmap:/usr/local/share/ccplot/cmap"
7878

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
setup(
5454
name='ccplot',
55-
version='2.1.4',
55+
version='2.1.5',
5656
description='CloudSat and CALIPSO plotting tool',
5757
long_description="""ccplot is an open source command-line program for
5858
plotting profile, layer and earth view data sets from CloudSat, CALIPSO

0 commit comments

Comments
 (0)