Skip to content

Commit ec6c7ee

Browse files
committed
v2.0.0
1 parent b960cef commit ec6c7ee

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

NEWS

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

3+
New in 2.0.0 (2021-11-25)
4+
5+
* Migrated map plotting library from Basemap to Cartopy.
6+
* Non-backward compatible changes to projections and projection options.
7+
38
New in 1.5.6 (2021-03-26):
49

510
* Fixed an integer division issue in argument parsing on Python 3.

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.0.0-dev"
75+
__version__ = "2.0.0"
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
@@ -52,7 +52,7 @@
5252

5353
setup(
5454
name='ccplot',
55-
version='2.0.0-dev',
55+
version='2.0.0',
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)