Skip to content

Commit

Permalink
release-1.1.3 (#18)
Browse files Browse the repository at this point in the history
* bump version

* update changelog
  • Loading branch information
geospatial-jeff authored Aug 11, 2020
1 parent 0e7b97e commit a76b671
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.1.3 (2020-08-10)
------------------
- Add item model factory (#13)
- Add pre-commit hooks (#14)
- Add CLI for validating items (#15)
- Add option to skip validation of remote extensions (#16)
- Add helper function for item validation (#17)


1.0.3 (2020-06-03)
------------------
- Bugfixes (#10)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
description="Pydantic data models for the STAC spec",
long_description=desc,
long_description_content_type="text/markdown",
version="1.0.3",
version="1.1.3",
python_requires=">=3.6",
classifiers=[
"Intended Audience :: Developers",
Expand Down

0 comments on commit a76b671

Please sign in to comment.