Skip to content

Commit

Permalink
prepare v6.0.3 (#1355)
Browse files Browse the repository at this point in the history
* prepare v6.0.3

* foce new skyfield_data version

* fixate fastkml

* fixate itsdangerous
  • Loading branch information
ReimarBauer authored Feb 18, 2022
1 parent 210e858 commit 01865a4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========


Version 6.0.3
~~~~~~~~~~~~~

Bug fix release

All changes:
https://github.com/Open-MSS/MSS/milestone/72?closed=1


Version 6.0.2
~~~~~~~~~~~~~

Expand Down
5 changes: 3 additions & 2 deletions localbuild/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requirements:
- basemap >1.2.1
- chameleon
- execnet
- fastkml
- fastkml =0.11
- isodate
- lxml
- netcdf4
Expand All @@ -44,13 +44,14 @@ requirements:
- requests
- scipy
- skyfield >=1.12
- skyfield-data
- skyfield-data >=4
- tk
- owslib >=0.24
- unicodecsv
- fs_filepicker
- cftime >=1.0.1
- matplotlib >=3.3.2
- itsdangerous <2.1.0
- flask >=2.0.0
- flask-httpauth
- flask-mail
Expand Down
2 changes: 1 addition & 1 deletion mslib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
See the License for the specific language governing permissions and
limitations under the License.
"""
__version__ = u'6.0.2.'
__version__ = u'6.0.3.'

0 comments on commit 01865a4

Please sign in to comment.