File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 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.3 (2023-08-18)
4
+
5
+ * Support for installing with pipx.
6
+
3
7
New in 2.1.2 (2023-06-20)
4
8
5
9
* Support for Anaconda Python 3.10 on Windows.
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.2 "
75
+ __version__ = "2.1.3 "
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 49
49
50
50
setup (
51
51
name = 'ccplot' ,
52
- version = '2.1.2 ' ,
52
+ version = '2.1.3 ' ,
53
53
description = 'CloudSat and CALIPSO plotting tool' ,
54
54
long_description = """ccplot is an open source command-line program for
55
55
plotting profile, layer and earth view data sets from CloudSat, CALIPSO
You can’t perform that action at this time.
0 commit comments