Skip to content

Commit

Permalink
docs(bumpversion): v6.0.2 → 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDavidBuitrago authored and github-actions[bot] committed Sep 20, 2022
1 parent e8803ea commit 92dc6b6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v6.1.0 - 2022-09-20

### [6.1.0](https://github.com/eduNEXT/eox-tenant/compare/v6.0.2...v6.1.0) (2022-09-20)

#### Features

- add BearerAuthentication to API and improve EoxTenantAPIPermission checks ([#149](https://github.com/eduNEXT/eox-tenant/issues/149)) ([e8803ea](https://github.com/eduNEXT/eox-tenant/commit/e8803eac29636bf8058d768142b582baf87aa381))

## v6.0.2 - 2022-09-01

### [6.0.2](https://github.com/eduNEXT/eox-tenant/compare/v6.0.1...v6.0.2) (2022-09-01)
Expand Down Expand Up @@ -197,11 +205,13 @@

- ### Features juniper support
-
-

### Removed

- ### Removed hawthorn support
-
-

## [2.6.0] - 2020-07-02

Expand All @@ -210,6 +220,7 @@
- Add tests in python 3.5
- ### Features command to move SignUpSources from a site to another site.
-
-

## [2.5.0] - 2020-01-03

Expand All @@ -223,6 +234,7 @@

- ### Fixed performance issues with GeneratedCertificates proxy.
-
-
- 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__ = '6.0.2'
__version__ = '6.1.0'
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 = 6.0.2
current_version = 6.1.0
commit = False
tag = False

Expand Down

0 comments on commit 92dc6b6

Please sign in to comment.