Skip to content

Commit

Permalink
docs: add sumac release in compatibility notes table
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed Dec 19, 2024
1 parent fc46296 commit 8437c8c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## [v9.0.0](https://github.com/eduNEXT/eox-tagging/compare/v8.0.0...v9.0.0) - (2024-12-19)

### Changed

- **Sumac Support**: Removed support for Python 3.8. Upgrade requirements base on edx-platform Sumac
release update GitHub workflows and actions version, and update integration test to use new Sumac release with Tutor.

## [v8.0.0](https://github.com/eduNEXT/eox-tagging/compare/v7.3.0...v8.0.0) - (2024-10-22)

#### ⚠ BREAKING CHANGES
Expand Down
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ Compatibility Notes
+------------------+---------------+
| Redwood | >= 7.2.0 |
+------------------+---------------+
| Sumac | >= 9.0.0 |
+------------------+---------------+

The plugin is configured for the latest release (Quince). The following changes in the plugin settings should be applied to be used for previous releases.
The plugin is configured for the latest release (Sumac). The following changes in the plugin settings should be applied to be used for previous releases.
Those settings can be changed in `eox_tagging/settings/common.py`` or, for example, in the instance configurations.


Expand Down
2 changes: 1 addition & 1 deletion docs/resources/eox-tagging-env.postman_environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"values": [
{
"key": "domain",
"value": "https://tenant-a.redwood.releases.edunext.link",
"value": "https://tenant-a.sumac.releases.edunext.link",
"type": "default",
"enabled": true
},
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__ = '8.0.0'
__version__ = '9.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 = 8.0.0
current_version = 9.0.0
commit = False
tag = False

Expand Down

0 comments on commit 8437c8c

Please sign in to comment.