From 2e9116b1f8d23a6d3bec7d9ac7289f24058b7ad6 Mon Sep 17 00:00:00 2001 From: bra-i-am Date: Thu, 1 Feb 2024 21:09:22 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v9.1.1=20=E2=86=92=2010.0.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- eox_core/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e23f3b284..c17860afb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,36 @@ 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/v9.1.1...HEAD) +## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v10.0.0...HEAD) Please do not update the unreleased notes. +## [v10.0.0](https://github.com/eduNEXT/eox-core/compare/v9.1.1...v10.0.0) - 2024-02-01 + +### [10.0.0](https://github.com/eduNEXT/eox-core/compare/v9.1.1...v10.0.0) (2024-02-01) + +#### ⚠ BREAKING CHANGES + +* add compatibility with quince release + +* chore: update constraints & upgrade requirements + +* fix: was mandatory to send any get_response + +* chore: update github-actions + +* chore: install test dependencies as dev ones + +* docs: update README for showing quince support + +* fix: malformed table + + +#### Performance Improvements + +* add support with Quince release ([#262](https://github.com/eduNEXT/eox-core/issues/262)) ([7186a13](https://github.com/eduNEXT/eox-core/commit/7186a136ea35d24027b7d974f34777af829e7108)) + ## [v9.1.1](https://github.com/eduNEXT/eox-core/compare/v9.1.0...v9.1.1) - 2024-01-25 ### [9.1.1](https://github.com/eduNEXT/eox-core/compare/v9.1.0...v9.1.1) (2024-01-25) diff --git a/eox_core/__init__.py b/eox_core/__init__.py index 2ebd9666d..4a78c27ba 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '9.1.1' +__version__ = '10.0.0' diff --git a/setup.cfg b/setup.cfg index 2e2241798..cbc8896b6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 9.1.1 +current_version = 10.0.0 commit = False tag = False