Skip to content

Commit

Permalink
docs(bumpversion): v6.0.1 → 7.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 Jan 26, 2024
1 parent 38970ba commit 6d6f259
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ 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).

## v7.0.0 - 2024-01-26

### [7.0.0](https://github.com/eduNEXT/eox-theming/compare/v6.0.1...v7.0.0) (2024-01-26)

#### ⚠ BREAKING CHANGES

* add compatibility with quince release

* chore: update constraints & upgrade requirements

* fix: modify deprecated method

* fix: was mandatory to send any get_response

* chore: update github-actions

* docs: update README for showing quince support


#### Performance Improvements

* add compatibility with Quince release ([#52](https://github.com/eduNEXT/eox-theming/issues/52)) ([38970ba](https://github.com/eduNEXT/eox-theming/commit/38970ba14891d32527841406296e77051ca487f6))

## v6.0.1 - 2024-01-03

### [6.0.1](https://github.com/eduNEXT/eox-theming/compare/v6.0.0...v6.0.1) (2024-01-03)
Expand Down
2 changes: 1 addition & 1 deletion eox_theming/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from __future__ import unicode_literals

__version__ = '6.0.1'
__version__ = '7.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 = 6.0.1
current_version = 7.0.0
commit = False
tag = False

Expand Down

0 comments on commit 6d6f259

Please sign in to comment.