Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
tutor_version: ['<20.0.0', '<21.0.0', 'main']
tutor_version: ['<21.0.0', 'main']
steps:
- name: Run Integration Tests
uses: eduNEXT/integration-test-in-tutor@main
uses: eduNEXT/integration-test-in-tutor@v0.1.0
with:
tutor_version: ${{ matrix.tutor_version }}
tutor_plugins: 'forum'
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ Please do not update the unreleased notes.

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

## [v12.2.1](https://github.com/eduNEXT/eox-core/compare/v12.2.0...v12.2.1) - (2025-12-18)

### Changed

- Pin Tutor integration-tests GitHub Action version to avoid integration test failures.
- Remove integration tests for Tutor<20.0.0

## [v12.2.0](https://github.com/eduNEXT/eox-core/compare/v12.1.0...v12.2.0) - (2025-10-13)

### Changed
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__ = '12.2.0'
__version__ = '12.2.1'
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 = 12.2.0
current_version = 12.2.1
commit = False
tag = False

Expand Down