We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e5658 commit fd01f1aCopy full SHA for fd01f1a
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
-## Unreleased
+## 0.1.9
9
10
- set project up so you can run everything from root directory
11
- use `polygons` if `boxes` field is missing from CMR results
src/server/federated_collection_discovery/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.8"
+__version__ = "0.1.9"
2
3
4
if __name__ == "__main__":
0 commit comments