Skip to content

Commit 2f42fbc

Browse files
author
Jon Duckworth
authored
Bump to v1.2.0 (#653)
1 parent 293548b commit 2f42fbc

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
### Added
66

7+
### Removed
8+
9+
### Changed
10+
11+
### Fixed
12+
13+
### Deprecated
14+
15+
## [v1.2.0]
16+
17+
### Added
18+
719
- Added Table-extension ([#646](https://github.com/stac-utils/pystac/pull/646))
820
- Stable support for Python 3.10 ([#656](https://github.com/stac-utils/pystac/pull/656))
921
- `.python-version` files are now ignored by Git ([#647](https://github.com/stac-utils/pystac/pull/647))
@@ -31,8 +43,6 @@
3143
- Fix issue that caused incorrect root links when constructing multi-leveled catalogs ([#658](https://github.com/stac-utils/pystac/pull/658))
3244
- Regression where string `Enum` values were not serialized properly in methods like `Link.to_dict` ([#654](https://github.com/stac-utils/pystac/pull/654))
3345

34-
### Deprecated
35-
3646
## [v1.1.0]
3747

3848
### Added
@@ -515,7 +525,8 @@ use `Band.create`
515525

516526
Initial release.
517527

518-
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.1.0..main>
528+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.2.0..main>
529+
[v1.2.0]: <https://github.com/stac-utils/pystac/compare/v1.1.0..v1.2.0>
519530
[v1.1.0]: <https://github.com/stac-utils/pystac/compare/v1.0.1..v1.1.0>
520531
[v1.0.1]: <https://github.com/stac-utils/pystac/compare/v1.0.0..v1.0.1>
521532
[v1.0.0]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.3..v1.0.0>

pystac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from typing import Optional
33

4-
__version__ = "1.1.0"
4+
__version__ = "1.2.0"
55
"""Library version"""
66

77

0 commit comments

Comments
 (0)