We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efc22f commit 5e3f0a3Copy full SHA for 5e3f0a3
README.md
@@ -557,6 +557,13 @@ Earth](http://www.naturalearthdata.com/).
557
558
## Release notes
559
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
567
### 0.6.0 (2022-11-05)
568
569
- Updated to the latest version of Leaflet.
setup.py
@@ -46,7 +46,7 @@ def run(self):
46
47
setup(
48
name='ccbrowse',
49
- version='0.6.0',
+ version='0.7.0',
50
description='Web application for browsing data from the CloudSat and CALIPSO satellites',
51
author='Peter Kuma',
52
author_email='peter@peterkuma.net',
0 commit comments