Skip to content

Commit

Permalink
docs(bumpversion): v10.1.0 → 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu authored and github-actions[bot] committed Feb 27, 2024
1 parent c42930b commit e7d72b8
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## v11.0.0 - 2024-02-27

### [11.0.0](https://github.com/eduNEXT/eox-tenant/compare/v10.1.0...v11.0.0) (2024-02-27)

#### ⚠ BREAKING CHANGES

* add compatibility with quince

* chore: update github workflows and tests

* chore: update requirements and remove constraints

* fix: add get_reponse to the test middlewares

* fix: some pylint errors

* fix: remove too-few-public-methods alert and fix f-strings

* fix: restore old format in the get_configurations

* fix: restore the logs to %s format

* fix: pylint tests

* fix: remove the test in python 310 and 11 for backports-zoneinfo

* docs: update doc


#### Performance Improvements

* add Quince support DS-776 ([#196](https://github.com/eduNEXT/eox-tenant/issues/196)) ([c42930b](https://github.com/eduNEXT/eox-tenant/commit/c42930bf9715d40d0433563a9188f975ce5ee5a7))

## v10.1.0 - 2024-02-09

### [10.1.0](https://github.com/eduNEXT/eox-tenant/compare/v10.0.0...v10.1.0) (2024-02-09)
Expand Down Expand Up @@ -364,6 +397,7 @@
### Features

- ### Features juniper support

-
-
-
Expand All @@ -382,6 +416,7 @@
### Removed

- ### Removed hawthorn support

-
-
-
Expand All @@ -403,6 +438,7 @@

- Add tests in python 3.5
- ### Features command to move SignUpSources from a site to another site.

-
-
-
Expand All @@ -429,6 +465,7 @@
### Fixed

- ### Fixed performance issues with GeneratedCertificates proxy.

-
-
-
Expand Down
2 changes: 1 addition & 1 deletion eox_tenant/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Init for eox-tenant.
"""
__version__ = '10.1.0'
__version__ = '11.0.0'
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 10.1.0
current_version = 11.0.0
commit = False
tag = False

Expand All @@ -21,7 +21,7 @@ statistics = True
ignore = migrations,CVS
generated-members = objects
max-line-length = 120
disable =
disable =
too-few-public-methods,
too-many-ancestors,
duplicate-code,
Expand Down

0 comments on commit e7d72b8

Please sign in to comment.