File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ### [ v1.7.1]
6
+
5
7
### Changed
6
8
7
9
- Use [ ruff] ( https://github.com/charliermarsh/ruff ) instead of ** isort** and ** flake8** ([ #1034 ] ( https://github.com/stac-utils/pystac/pull/1034 ) )
@@ -668,7 +670,8 @@ use `Band.create`
668
670
669
671
Initial release.
670
672
671
- [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.7.0..main >
673
+ [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.7.1..main >
674
+ [ v1.7.1 ] : < https://github.com/stac-utils/pystac/compare/v1.7.0..v1.7.1 >
672
675
[ v1.7.0 ] : < https://github.com/stac-utils/pystac/compare/v1.6.1..v1.7.0 >
673
676
[ v1.6.1 ] : < https://github.com/stac-utils/pystac/compare/v1.6.0..v1.6.1 >
674
677
[ v1.6.0 ] : < https://github.com/stac-utils/pystac/compare/v1.5.0..v1.6.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.0 "
4
+ __version__ = "1.7.1 "
5
5
"""Library version"""
6
6
7
7
You can’t perform that action at this time.
0 commit comments