File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11"""
22Init for eox-tenant.
33"""
4- __version__ = '14.2.1 '
4+ __version__ = '14.3.0 '
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 14.2.1
2+ current_version = 14.3.0
33commit = False
44tag = False
55
You can’t perform that action at this time.
0 commit comments