Skip to content

Commit

Permalink
Release 1.1.4 (#22)
Browse files Browse the repository at this point in the history
* bump version

* update changelog
  • Loading branch information
geospatial-jeff authored Aug 18, 2020
1 parent 8170032 commit e32a8b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.1.4 (2020-08-18)
------------------
- Fix multiple inheritance of stac extensions (#20)
- Properly instantiate lru_cache (found by @francbartoli, #21)

1.1.3 (2020-08-10)
------------------
- Add item model factory (#13)
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.1.3",
version="1.1.4",
python_requires=">=3.6",
classifiers=[
"Intended Audience :: Developers",
Expand Down

0 comments on commit e32a8b1

Please sign in to comment.