Skip to content

Commit 49edd06

Browse files
committed
Bump to v1.2.0
1 parent 919f2ff commit 49edd06

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))
@@ -29,8 +41,6 @@
2941
- Fix issue that caused incorrect root links when constructing multi-leveled catalogs ([#658](https://github.com/stac-utils/pystac/pull/658))
3042
- Regression where string `Enum` values were not serialized properly in methods like `Link.to_dict` ([#654](https://github.com/stac-utils/pystac/pull/654))
3143

32-
### Deprecated
33-
3444
## [v1.1.0]
3545

3646
### Added
@@ -513,7 +523,8 @@ use `Band.create`
513523

514524
Initial release.
515525

516-
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.1.0..main>
526+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.2.0..main>
527+
[v1.2.0]: <https://github.com/stac-utils/pystac/compare/v1.1.0..v1.2.0>
517528
[v1.1.0]: <https://github.com/stac-utils/pystac/compare/v1.0.1..v1.1.0>
518529
[v1.0.1]: <https://github.com/stac-utils/pystac/compare/v1.0.0..v1.0.1>
519530
[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)