Skip to content

Commit e534757

Browse files
committed
release 2.3.0
1 parent 5116be1 commit e534757

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES.txt

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.3.0 (2024-02-09)
2+
3+
Added:
4+
- Support Subscriptions API `PATCH` requests (#1020).
5+
- Add path_prefix to Subscriptions API request builder (#1018).
6+
7+
Fixed:
8+
- Fixed datetime serialization bug (#1016).
9+
110
2.2.0 (2023-10-16)
211

312
Added:

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The release on Github and PyPi performed from a release branch while the release
4949
1. Starting from the Source Branch, create a release branch named `release-{Release Version}`
5050
1. Make the following changes for the release:
5151
* Update `CHANGES.txt`, adhering to [Keep a Changelog](https://keepachangelog.com/)
52-
* Include added, changed, depricated or removed features and bug fixes.
52+
* Include added, changed, deprecated or removed features and bug fixes.
5353
A list of merged PRs and their titles since the last release can be obtained with `git log $PREVIOUS_RELEASE_TAG..HEAD | awk '/Merge pull request/{print;getline;getline;print}'`.
5454
* Sort according to importance
5555
* Update `planet/__version__.py` to Release Version

planet/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.3dev'
1+
__version__ = '2.3'

0 commit comments

Comments
 (0)