Skip to content

Commit 5e3f0a3

Browse files
committed
v0.7.0
1 parent 9efc22f commit 5e3f0a3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,13 @@ Earth](http://www.naturalearthdata.com/).
557557

558558
## Release notes
559559

560+
### 0.7.0 (2023-02-23)
561+
562+
- Improved importing of CloudSat data.
563+
- Fixed navigation tooltip overflow in Safari.
564+
- Improved popup layout.
565+
- Minor fixes in the documentation.
566+
560567
### 0.6.0 (2022-11-05)
561568

562569
- Updated to the latest version of Leaflet.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def run(self):
4646

4747
setup(
4848
name='ccbrowse',
49-
version='0.6.0',
49+
version='0.7.0',
5050
description='Web application for browsing data from the CloudSat and CALIPSO satellites',
5151
author='Peter Kuma',
5252
author_email='peter@peterkuma.net',

0 commit comments

Comments
 (0)