Skip to content

Commit

Permalink
Change to support v1.6.0 release (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
duckontheweb committed Jul 22, 2022
1 parent 1714eaf commit 106dfd4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@

### Removed

- Support for Python 3.7 ([#853](https://github.com/stac-utils/pystac/pull/853))

### Changed

### Fixed


## [v1.6.0]

### Removed

- Support for Python 3.7 ([#853](https://github.com/stac-utils/pystac/pull/853))

## [v1.5.0]

### Added
Expand Down Expand Up @@ -604,7 +609,8 @@ use `Band.create`

Initial release.

[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.5.0..main>
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.6.0..main>
[v1.6.0]: <https://github.com/stac-utils/pystac/compare/v1.5.0..v1.6.0>
[v1.5.0]: <https://github.com/stac-utils/pystac/compare/v1.4.0..v1.5.0>
[v1.4.0]: <https://github.com/stac-utils/pystac/compare/v1.3.0..v1.4.0>
[v1.3.0]: <https://github.com/stac-utils/pystac/compare/v1.2.0..v1.3.0>
Expand Down
2 changes: 1 addition & 1 deletion pystac/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from typing import Optional

__version__ = "1.5.0"
__version__ = "1.6.0"
"""Library version"""


Expand Down

0 comments on commit 106dfd4

Please sign in to comment.