Skip to content

Commit cf5c1d2

Browse files
committed
version: 1.35.0
1 parent ec854f5 commit cf5c1d2

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
* Support for `conf_override` context manager in config module for temporarily overriding configuration values
12+
*
1313

1414
### Changed
1515

16-
* Documented `GeoResolver` class
16+
*
1717

1818
### Fixed
1919

2020
*
2121

22+
## [1.35.0] - 2026-01-06
23+
24+
### Added
25+
26+
* Support for `conf_override` context manager in config module for temporarily overriding configuration values
27+
28+
### Changed
29+
30+
* Documented `GeoResolver` class
31+
2232
## [1.34.12] - 2025-09-16
2333

2434
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def read_file(path):
4444

4545
setuptools.setup(
4646
name="appier",
47-
version="1.34.12",
47+
version="1.35.0",
4848
author="Hive Solutions Lda.",
4949
author_email="development@hive.pt",
5050
description="Appier Framework",

0 commit comments

Comments
 (0)