Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
prepare 3.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TonioF committed Mar 17, 2023
1 parent d87bbf9 commit 759da12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 3.1.6 (in development)
## Version 3.1.6

* Fixed docker image
* Use compatible library versions in software environments
Expand Down
2 changes: 1 addition & 1 deletion cate/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# SOFTWARE.

# Cate version string (PEP440-compatible), e.g. "0.8.0", "0.8.0.dev1", "0.8.0rc1", "0.8.0rc1.dev1"
__version__ = '3.1.6.dev1'
__version__ = '3.1.6'

# Other package metainfo
__title__ = 'cate'
Expand Down

0 comments on commit 759da12

Please sign in to comment.