Skip to content

Commit 1bd2d43

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

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## [v14.3.0](https://github.com/eduNEXT/eox-tenant/compare/v14.2.1...v14.3.0) - (2026-03-12)
9+
10+
### Fixed
11+
- Fix tenant async settings handling.
12+
- Support Celery task protocol v2.
13+
- Adjust tests and revert unused signal line removal.
14+
815
## [v14.2.1](https://github.com/eduNEXT/eox-tenant/compare/v14.2.0...v14.2.1) - (2026-01-20)
916

1017
### 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)