File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ v1.7.3]
6+
57### Fixed
68
79- Duplicate ` self ` links in Items ([ #1103 ] ( https://github.com/stac-utils/pystac/pull/1103 ) )
@@ -680,7 +682,8 @@ use `Band.create`
680682
681683Initial release.
682684
683- [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.7.2..main >
685+ [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.7.3..main >
686+ [ v1.7.3 ] : < https://github.com/stac-utils/pystac/compare/v1.7.2..v1.7.3 >
684687[ v1.7.2 ] : < https://github.com/stac-utils/pystac/compare/v1.7.1..v1.7.2 >
685688[ v1.7.1 ] : < https://github.com/stac-utils/pystac/compare/v1.7.0..v1.7.1 >
686689[ v1.7.0 ] : < https://github.com/stac-utils/pystac/compare/v1.6.1..v1.7.0 >
Original file line number Diff line number Diff line change 11import os
22from typing import Optional
33
4- __version__ = "1.7.2 "
4+ __version__ = "1.7.3 "
55"""Library version"""
66
77
Original file line number Diff line number Diff line change 1919 author = "stac-utils" ,
20202121 url = "https://github.com/stac-utils/pystac" ,
22- packages = find_packages (exclude = ["tests*" ]),
22+ packages = find_packages (exclude = ["tests*" , "benchmarks*" ]),
2323 package_data = {"" : ["py.typed" , "*.jinja2" ]},
2424 py_modules = [splitext (basename (path ))[0 ] for path in glob ("pystac/*.py" )],
2525 python_requires = ">=3.8" ,
You can’t perform that action at this time.
0 commit comments