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

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGES.md
#	cate/version.py
  • Loading branch information
TonioF committed Mar 17, 2023
2 parents 37cb27d + c0050f8 commit d87bbf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Version 3.1.6
## Version 3.1.6 (in development)

* Fixed docker image
* Use compatible library versions in software environments

## Version 3.1.5

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'
__version__ = '3.1.6.dev1'

# Other package metainfo
__title__ = 'cate'
Expand Down

0 comments on commit d87bbf9

Please sign in to comment.