Skip to content

Commit c54870b

Browse files
committed
v1.5.6
1 parent 5062552 commit c54870b

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 1.5.6 (2021-03-26):
4+
5+
* Fixed an integer division issue in argument parsing on Python 3.
6+
37
New in 1.5.5 (2021-03-16):
48

59
* Fixed deprecation warnings in recent versions of numpy and matplotlib.

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.5"
69+
__version__ = "1.5.6"
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.5',
41+
version='1.5.6',
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)