Skip to content

Commit 0260bb5

Browse files
committed
v2.1.2
1 parent 658af36 commit 0260bb5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

NEWS

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

3+
New in 2.1.2 (2023-06-20)
4+
5+
* Support for Anaconda Python 3.10 on Windows.
6+
37
New in 2.1.1 (2021-01-23)
48

59
* Fix building of Python wheel on Windows (missing DLLs).

bin/ccplot

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ import ccplot.utils
7272

7373
# Early global variables.
7474
program_name = os.path.basename(sys.argv[0])
75-
__version__ = "2.1.1"
75+
__version__ = "2.1.2"
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.1',
55+
version='2.1.2',
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)