Skip to content

Commit bb0739c

Browse files
committed
v1.5.5
1 parent e1d0cf6 commit bb0739c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

NEWS

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

3+
New in 1.5.5 (2021-03-16):
4+
5+
* Fixed deprecation warnings in recent versions of numpy and matplotlib.
6+
* Fixed colormaps arising in recent versions of matplotlib.
7+
* Fixed bytes vs. str handling in Python 3.
8+
* Support for Python 3 in tests.
9+
310
New in 1.5.4 (2020-08-02):
411

512
* Support for Python 3.

bin/ccplot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import ccplot.utils
6666

6767
# Early global variables.
6868
program_name = os.path.basename(sys.argv[0])
69-
__version__ = "1.5.4"
69+
__version__ = "1.5.5"
7070
CCPLOT_CMAP_PATH = os.path.join(ccplot.config.sharepath, 'cmap') \
7171
+ ":/usr/share/ccplot/cmap:/usr/local/share/ccplot/cmap"
7272

setup.py

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

3939
setup(
4040
name='ccplot',
41-
version='1.5.4',
41+
version='1.5.5',
4242
description='CloudSat and CALIPSO plotting tool',
4343
long_description="""ccplot is an open source command-line program for
4444
plotting profile, layer and earth view data sets from CloudSat, CALIPSO

0 commit comments

Comments
 (0)