Skip to content

Commit

Permalink
chore: update changelog and bump version to 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Oct 22, 2024
1 parent f61be85 commit 2e053ef
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 27 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +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.4.0...HEAD)
## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v11.0.0...HEAD)

Please do not update the unreleased notes.

<!-- Content should be placed here -->

## [v10.6.0](https://github.com/eduNEXT/eox-core/compare/v10.5.1...v10.6.0) - (2024-09-17)
## [v11.0.0](https://github.com/eduNEXT/eox-core/compare/v10.6.0...v11.0.0) - (2024-10-22)

#### ⚠ BREAKING CHANGES

- **Dropped Support for Django 3.2**: Removed support for Django 3.2 in this plugin. As a result, we have also dropped support for Open edX releases from Maple up to and including Palm, which rely on Django 3.2. Future versions of this plugin may not be compatible with these Open edX releases.

## [v10.6.0](https://gitshub.com/eduNEXT/eox-core/compare/v10.5.1...v10.6.0) - (2024-09-17)

### Added

Expand Down
46 changes: 23 additions & 23 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,29 +50,29 @@ See the `How to section <https://github.com/eduNEXT/eox-core/tree/master/docs/ho
Compatibility Notes
--------------------

+------------------+--------------+
| Open edX Release | Version |
+==================+==============+
| Ironwood | < 4.0 |
+------------------+--------------+
| Juniper | >= 3.0 < 5.0 |
+------------------+--------------+
| Koa | >= 4.9 < 6.0 |
+------------------+--------------+
| Lilac | >= 4.9 < 6.0 |
+------------------+--------------+
| Maple | >= 6.0 |
+------------------+--------------+
| Nutmeg | >= 7.0 |
+------------------+--------------+
| Olive | >= 8.0 |
+------------------+--------------+
| Palm | >= 9.0 |
+------------------+--------------+
| Quince | >= 10.0 |
+------------------+--------------+
| Redwood | >= 10.5.1 |
+------------------+--------------+
+------------------+---------------+
| Open edX Release | Version |
+==================+===============+
| Ironwood | < 4.0 |
+------------------+---------------+
| Juniper | >= 3.0 < 5.0 |
+------------------+---------------+
| Koa | >= 4.9 < 6.0 |
+------------------+---------------+
| Lilac | >= 4.9 < 6.0 |
+------------------+---------------+
| Maple | >= 6.0 < 11.0 |
+------------------+---------------+
| Nutmeg | >= 7.0 < 11.0 |
+------------------+---------------+
| Olive | >= 8.0 < 11.0 |
+------------------+---------------+
| Palm | >= 9.0 < 11.0 |
+------------------+---------------+
| Quince | >= 10.0 |
+------------------+---------------+
| Redwood | >= 10.5.1 |
+------------------+---------------+

⚠️ The Maple version does not support Django 2.2 but it does support Django 3.2 as of eox-core 7.0.

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__ = '10.6.0'
__version__ = '11.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 = 10.6.0
current_version = 11.0.0
commit = False
tag = False

Expand Down

0 comments on commit 2e053ef

Please sign in to comment.