Skip to content

Commit

Permalink
docs(bumpversion): v9.1.1 → 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-i-am authored and github-actions[bot] committed Feb 1, 2024
1 parent 7186a13 commit 2e9116b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- Content should be placed here -->
## [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)
Expand Down
2 changes: 1 addition & 1 deletion eox_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Init for main eox-core app
"""
__version__ = '9.1.1'
__version__ = '10.0.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 9.1.1
current_version = 10.0.0
commit = False
tag = False

Expand Down

0 comments on commit 2e9116b

Please sign in to comment.