Skip to content

Commit bf9ef89

Browse files
committed
v2.1.3
1 parent 7962cb7 commit bf9ef89

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
CCPLOT NEWS
22

3+
New in 2.1.3 (2023-08-18)
4+
5+
* Support for installing with pipx.
6+
37
New in 2.1.2 (2023-06-20)
48

59
* Support for Anaconda Python 3.10 on Windows.

bin/ccplot

Lines changed: 1 addition & 1 deletion
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.2"
75+
__version__ = "2.1.3"
7676
CCPLOT_CMAP_PATH = os.path.join(ccplot.config.sharepath, 'cmap') \
7777
+ ":/usr/share/ccplot/cmap:/usr/local/share/ccplot/cmap"
7878

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
setup(
5151
name='ccplot',
52-
version='2.1.2',
52+
version='2.1.3',
5353
description='CloudSat and CALIPSO plotting tool',
5454
long_description="""ccplot is an open source command-line program for
5555
plotting profile, layer and earth view data sets from CloudSat, CALIPSO

0 commit comments

Comments
 (0)