We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe44aaa commit 53c01c6Copy full SHA for 53c01c6
CHANGELOG.md
@@ -11,6 +11,12 @@ Please do not update the unreleased notes.
11
12
<!-- Content should be placed here -->
13
14
+## [v11.2.0](https://github.com/eduNEXT/eox-core/compare/v11.1.0...v11.2.0) - (2025-01-20)
15
+
16
+### Added
17
18
+- API to collect data and generate reports.
19
20
## [v11.1.0](https://github.com/eduNEXT/eox-core/compare/v11.0.0...v11.1.0) - (2024-11-21)
21
22
### Changed
eox_core/__init__.py
@@ -1,4 +1,4 @@
1
"""
2
Init for main eox-core app
3
4
-__version__ = '11.1.0'
+__version__ = '11.2.0'
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 11.1.0
+current_version = 11.2.0
commit = False
tag = False
5
0 commit comments