File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -697,6 +697,11 @@ Optional arguments:
697
697
698
698
## Release notes
699
699
700
+ ### 1.1.1 (2023-08-18)
701
+
702
+ - Fixed installation on Python 3.11.
703
+ - Added installation notes about pipx.
704
+
700
705
### 1.1.0 (2023-03-20)
701
706
702
707
- ccbrowse import: Improved parallelisation support and error reporting.
Original file line number Diff line number Diff line change 2
2
from . import server
3
3
from .profile import *
4
4
5
- __version__ = '1.1.0 '
5
+ __version__ = '1.1.1 '
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def run(self):
46
46
47
47
setup (
48
48
name = 'ccbrowse' ,
49
- version = '1.1.0 ' ,
49
+ version = '1.1.1 ' ,
50
50
description = 'Web application for browsing data from the CALIPSO and CloudSat satellites' ,
51
51
author = 'Peter Kuma' ,
52
52
author_email = 'peter@peterkuma.net' ,
You can’t perform that action at this time.
0 commit comments