Skip to content

Commit

Permalink
docs(bumpversion): v16.0.0 → 17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Asespinel authored and github-actions[bot] committed Apr 1, 2024
1 parent 15ce2f9 commit f5713b9
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 @@ -10,6 +10,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## v17.0.0 - 2024-04-01

### [17.0.0](https://github.com/eduNEXT/tutor-contrib-edunext-distro/compare/v16.0.0...v17.0.0) (2024-04-01)

#### ⚠ BREAKING CHANGES

* add support for quince

* feat: added private packages compatibility for quince

* fix: fixed unit tests errors

* feat: added init file necessary for imports

* chore: added docstrings for quality tests and renamed methods for better understanding

* chore: erased unnecessary printing lines

* fix: added new method to fix wrong path when installing distro with pip and git

* chore: removed unnecessary code referring the 'private.txt' file

* fix: updated minimun tutor version to fix private packages not installing properly


#### Performance Improvements

* added quince compatibility ([#61](https://github.com/eduNEXT/tutor-contrib-edunext-distro/issues/61)) ([15ce2f9](https://github.com/eduNEXT/tutor-contrib-edunext-distro/commit/15ce2f9a00d8d0fc36e958f24d52ece240308176))

#### Documentation

* consistency in commands and the need for themes root ([#56](https://github.com/eduNEXT/tutor-contrib-edunext-distro/issues/56)) ([561abf9](https://github.com/eduNEXT/tutor-contrib-edunext-distro/commit/561abf9d1c7ab15fcafde8cce904cfc2bf26a6de))

## v16.0.0 - 2023-12-13

### [16.0.0](https://github.com/eduNEXT/tutor-contrib-edunext-distro/compare/v15.3.1...v16.0.0) (2023-12-13)
Expand Down
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 = 16.0.0
current_version = 17.0.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion tutordistro/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Tutor Distro version.
"""

__version__ = "16.0.0"
__version__ = "17.0.0"

0 comments on commit f5713b9

Please sign in to comment.