Skip to content

Commit

Permalink
docs(bumpversion): v9.2.0 → 9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDavidBuitrago authored and github-actions[bot] committed Jul 30, 2023
1 parent 9ffa5a7 commit 5619a0d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v9.2.1 - 2023-07-30

### [9.2.1](https://github.com/eduNEXT/eox-tenant/compare/v9.2.0...v9.2.1) (2023-07-30)

### Bug Fixes

- use CourseEnrollmentQuerysetRequested from openedx-filters ([#159](https://github.com/eduNEXT/eox-tenant/issues/159)) ([9ffa5a7](https://github.com/eduNEXT/eox-tenant/commit/9ffa5a7b5508a8e82961aa234272bd387b924bb6))

### Code Refactoring

- remove Darklang middleware because it is not being used ([#186](https://github.com/eduNEXT/eox-tenant/issues/186)) ([6f3020f](https://github.com/eduNEXT/eox-tenant/commit/6f3020f0bfe0ce340d566c24f42608f113da76ee))

## v9.2.0 - 2023-06-26

### [9.2.0](https://github.com/eduNEXT/eox-tenant/compare/v9.1.1...v9.2.0) (2023-06-26)
Expand Down Expand Up @@ -329,6 +341,7 @@
-
-
-
-

### Removed

Expand All @@ -343,6 +356,7 @@
-
-
-
-

## [2.6.0] - 2020-07-02

Expand All @@ -360,6 +374,7 @@
-
-
-
-

## [2.5.0] - 2020-01-03

Expand All @@ -382,6 +397,7 @@
-
-
-
-
- Improve performance get_value_for_org.

## [2.2.0] - 2019-12-20~~
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__ = '9.2.0'
__version__ = '9.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 = 9.2.0
current_version = 9.2.1
commit = False
tag = False

Expand Down

0 comments on commit 5619a0d

Please sign in to comment.