From 51b73d2c9a0d079a992f72b5a870ba5d0ca2ccec Mon Sep 17 00:00:00 2001 From: dcoa Date: Thu, 23 May 2024 23:38:33 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v10.2.0=20=E2=86=92=2010.3?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 +++++++++- eox_core/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22686fbd..34edfb72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v10.2.0...HEAD) +## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v10.3.0...HEAD) Please do not update the unreleased notes. +## [v10.3.0](https://github.com/eduNEXT/eox-core/compare/v10.2.0...v10.3.0) - 2024-05-23 + +### [10.3.0](https://github.com/eduNEXT/eox-core/compare/v10.2.0...v10.3.0) (2024-05-23) + +#### Features + +* add user lang cookie preference ([#265](https://github.com/eduNEXT/eox-core/issues/265)) ([5dec49b](https://github.com/eduNEXT/eox-core/commit/5dec49b14a819de298f74a0134302dd46ff2137d)) + ## [v10.2.0](https://github.com/eduNEXT/eox-core/compare/v10.1.0...v10.2.0) - 2024-05-17 ### [10.2.0](https://github.com/eduNEXT/eox-core/compare/v10.1.0...v10.2.0) (2024-05-17) diff --git a/eox_core/__init__.py b/eox_core/__init__.py index 84e0bff0..ca49bccc 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '10.2.0' +__version__ = '10.3.0' diff --git a/setup.cfg b/setup.cfg index 5c3abf16..4e28c4f8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 10.2.0 +current_version = 10.3.0 commit = False tag = False