Skip to content

Commit 9709f02

Browse files
committed
chore: bump version to 14.3.0 and add changelog
1 parent 14fca52 commit 9709f02

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
9+
## [v14.3.0](https://github.com/eduNEXT/eox-tenant/compare/v14.2.1...v14.3.0) - (2026-03-12)
10+
11+
### Fixed
12+
- Fix tenant async settings handling.
13+
- Support Celery task protocol v2.
14+
- Adjust tests and revert unused signal line removal.
15+
816
## [v14.2.1](https://github.com/eduNEXT/eox-tenant/compare/v14.2.0...v14.2.1) - (2026-01-20)
917

1018
### Changed

eox_tenant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Init for eox-tenant.
33
"""
4-
__version__ = '14.2.1'
4+
__version__ = '14.3.0'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 14.2.1
2+
current_version = 14.3.0
33
commit = False
44
tag = False
55

0 commit comments

Comments
 (0)