Skip to content

Commit

Permalink
docs(bumpversion): v6.0.0 → 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 Feb 13, 2024
1 parent 2fddeab commit 28dba74
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,39 @@ 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-02-13

### [7.0.0](https://github.com/eduNEXT/eox-tagging/compare/v6.0.0...v7.0.0) (2024-02-13)

#### ⚠ BREAKING CHANGES

* add compatibility with Quince

* chore: update main requirements & add django 4.2 support

* chore: support django 42 & solve issues in testing

* fix: delete deprecated pylint rules

* fix: use pylint messages control

* fix: ignore migrations from quality tests

* fix: solve deprecated methods & apply linter corrections

* chore: update github-actions requirements

* docs: update compatibility notes


#### Performance Improvements

* add compatibility with Quince release ([#101](https://github.com/eduNEXT/eox-tagging/issues/101)) ([2fddeab](https://github.com/eduNEXT/eox-tagging/commit/2fddeab2a228fae045f8131d5bdd7b2c472e1854))

#### Documentation

* improve changelog ([ba004ef](https://github.com/eduNEXT/eox-tagging/commit/ba004efbc96f8d44f0c1f59b9853e790054882ac))

## v6.0.0 - 2024-01-02

### [6.0.0](https://github.com/eduNEXT/eox-tagging/compare/v5.1.0...v6.0.0) (2024-01-02)
Expand Down
2 changes: 1 addition & 1 deletion eox_tagging/__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.0'
__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.0
current_version = 7.0.0
commit = False
tag = False

Expand Down

0 comments on commit 28dba74

Please sign in to comment.