Skip to content

Commit fff8854

Browse files
committed
v1.1.1
1 parent 2514327 commit fff8854

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,11 @@ Optional arguments:
697697

698698
## Release notes
699699

700+
### 1.1.1 (2023-08-18)
701+
702+
- Fixed installation on Python 3.11.
703+
- Added installation notes about pipx.
704+
700705
### 1.1.0 (2023-03-20)
701706

702707
- ccbrowse import: Improved parallelisation support and error reporting.

ccbrowse/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from . import server
33
from .profile import *
44

5-
__version__ = '1.1.0'
5+
__version__ = '1.1.1'

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='1.1.0',
49+
version='1.1.1',
5050
description='Web application for browsing data from the CALIPSO and CloudSat satellites',
5151
author='Peter Kuma',
5252
author_email='peter@peterkuma.net',

0 commit comments

Comments
 (0)