File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
CCPLOT NEWS
2
2
3
+ New in 2.1.2 (2023-06-20)
4
+
5
+ * Support for Anaconda Python 3.10 on Windows.
6
+
3
7
New in 2.1.1 (2021-01-23)
4
8
5
9
* Fix building of Python wheel on Windows (missing DLLs).
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ import ccplot.utils
72
72
73
73
# Early global variables.
74
74
program_name = os .path .basename (sys .argv [0 ])
75
- __version__ = "2.1.1 "
75
+ __version__ = "2.1.2 "
76
76
CCPLOT_CMAP_PATH = os .path .join (ccplot .config .sharepath , 'cmap' ) \
77
77
+ ":/usr/share/ccplot/cmap:/usr/local/share/ccplot/cmap"
78
78
Original file line number Diff line number Diff line change 52
52
53
53
setup (
54
54
name = 'ccplot' ,
55
- version = '2.1.1 ' ,
55
+ version = '2.1.2 ' ,
56
56
description = 'CloudSat and CALIPSO plotting tool' ,
57
57
long_description = """ccplot is an open source command-line program for
58
58
plotting profile, layer and earth view data sets from CloudSat, CALIPSO
You can’t perform that action at this time.
0 commit comments