Skip to content

Commit b1a4c25

Browse files
committed
Fix missing changelog entry from last release, and update version to 0.20.1
Signed-off-by: Kurt Greaves <kurt.greaves@zepben.com>
1 parent 84abce8 commit b1a4c25

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

changelog.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# EAS Python client
2-
## [0.20.0] - UNRELEASED
2+
## [0.20.1] - UNRELEASED
3+
### Breaking Changes
4+
* `run_hosting_capacity_calibration` now takes a `datetime` object rather than a string.
5+
6+
### New Features
7+
* None
8+
9+
### Enhancements
10+
* None.
11+
12+
### Fixes
13+
* Errors from `EasClient` calls are now raised as a `ClientResponseError` exception on a failure.
14+
15+
### Notes
16+
* None.
17+
18+
## [0.20.0] - 2025-07-30
319
### Breaking Changes
420
* `FixedTimeLoadOverride` now takes in optional list of floats instead of optional float for its variable.
521

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
test_deps = ["pytest", "pytest-cov", "pytest-httpserver==1.0.8", "trustme==0.9.0"]
1313
setup(
1414
name="zepben.eas",
15-
version="0.20.0",
15+
version="0.20.1b1",
1616
description="Python SDK for interacting with the Evolve App Server",
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)