File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v1.7.3]
6
+
5
7
### Fixed
6
8
7
9
- Duplicate ` self ` links in Items ([ #1103 ] ( https://github.com/stac-utils/pystac/pull/1103 ) )
@@ -680,7 +682,8 @@ use `Band.create`
680
682
681
683
Initial release.
682
684
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 >
684
687
[ v1.7.2 ] : < https://github.com/stac-utils/pystac/compare/v1.7.1..v1.7.2 >
685
688
[ v1.7.1 ] : < https://github.com/stac-utils/pystac/compare/v1.7.0..v1.7.1 >
686
689
[ 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 1
1
import os
2
2
from typing import Optional
3
3
4
- __version__ = "1.7.2 "
4
+ __version__ = "1.7.3 "
5
5
"""Library version"""
6
6
7
7
Original file line number Diff line number Diff line change 19
19
author = "stac-utils" ,
20
20
author_email = "stac@radiant.earth" ,
21
21
url = "https://github.com/stac-utils/pystac" ,
22
- packages = find_packages (exclude = ["tests*" ]),
22
+ packages = find_packages (exclude = ["tests*" , "benchmarks*" ]),
23
23
package_data = {"" : ["py.typed" , "*.jinja2" ]},
24
24
py_modules = [splitext (basename (path ))[0 ] for path in glob ("pystac/*.py" )],
25
25
python_requires = ">=3.8" ,
You can’t perform that action at this time.
0 commit comments