Skip to content

Commit

Permalink
update changelog, setup.py (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
geospatial-jeff authored Mar 2, 2021
1 parent 3f79c04 commit ed9dda1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.3.9 (2020-03-02)
------------------
- Add id to landing page, making it a valid catalog (#43, @lossyrob)
- Make `item_assets` (item assets extension) a dictionary of assets (#47, @kylebarron)
- Add pre-commit to CI (#48, @kylebarron)
- Add a `Links` model with custom root type to represent a list of links (#52)
- Move link related models to their own file (#53)
- Add link factories for generating inferred links (#55)
- Switch from relative to absolute imports (#61)
- Serialize date type fields to `datetime.datetime` upon model creation (#62)

1.3.8 (2020-11-21)
------------------
- Remove enum restriction for asset roles (#39).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
description="Pydantic data models for the STAC spec",
long_description=desc,
long_description_content_type="text/markdown",
version="1.3.8",
version="1.3.9",
python_requires=">=3.7",
classifiers=[
"Intended Audience :: Developers",
Expand Down

0 comments on commit ed9dda1

Please sign in to comment.