Skip to content

Commit

Permalink
docs(bumpversion): v6.0.1 → 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrrypg authored and github-actions[bot] committed Sep 1, 2022
1 parent 708a248 commit d9a0937
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
35 changes: 20 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 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)

### Bug Fixes

- Use get_current_site_orgs instead of get_value ([360abce](https://github.com/eduNEXT/eox-tenant/commit/360abce04a0ea89722cc9d64a5954698e70b00f1))

### Continuous Integration

- add ci pipelines ([#152](https://github.com/eduNEXT/eox-tenant/issues/152)) ([708a248](https://github.com/eduNEXT/eox-tenant/commit/708a2481268d50171e7bbfc69858be73b6eca76b))

## [6.0.1] - 2022-08-17

### Features
Expand Down Expand Up @@ -36,33 +48,28 @@
### Fixed

- TenantSiteConfigProxy.site_values returns a serializable subset of settings
to avoid an exception while sending emails.

- to avoid an exception while sending emails.

## [5.1.1] - 2021-11-29


### Fixed

- UserSignupSource import in order to avoid raising an exception when running tests.

## [5.1.0] - 2021-11-22


### Features

- Support for message passing via protocol V2

## [5.0.1] - 2021-10-29


### Fixed

- Changed OAUTH2_PROVIDER test setting for the CMS

## [5.0.0] - 2021-10-29


### Fixed

- Changed OAUTH2_PROVIDER test setting to the platform value
Expand All @@ -78,7 +85,6 @@
- Set Lilac backends as default in the Common settings file.
- Update readme with new information and formats.


## [4.0.0] - 2021-05-10

### Removed
Expand All @@ -93,7 +99,6 @@

- Python 3.8 tests


## [3.5.0] - 2021-02-01

### Features
Expand Down Expand Up @@ -140,7 +145,6 @@

- Manifest file.


## [3.3.2] - 2020-10-14

### Features
Expand Down Expand Up @@ -168,14 +172,14 @@

- deprecate_get_value_for_org method


## [3.2.0] - 2020-09-28

### Features

- TenantOrganizations

-
- First release on PyPI.
-

### Removed

Expand All @@ -192,17 +196,20 @@
### Features

- ### Features juniper support
-

### Removed

- ### Removed hawthorn support
-

## [2.6.0] - 2020-07-02

### Features

- 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 @@ -215,15 +222,15 @@
### Fixed

- ### Fixed performance issues with GeneratedCertificates proxy.
-
- Improve performance get_value_for_org.


## [2.2.0] - 2019-12-20~~

### Fixed

- Changes made to not break the edx-platform tests when this plugin is
installed.
- installed.

## [2.1.0] - 2019-12-19~~

Expand All @@ -233,7 +240,6 @@

## [2.0.0] - 2019-12-19


### Features

- Create a proxy for the edxapp SiteConfiguration model using monkey patch.
Expand All @@ -244,7 +250,6 @@

## [1.3.0] - 2019-12-12


### Features

- Support multitenancy in async process.
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.1'
__version__ = '6.0.2'
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.1
current_version = 6.0.2
commit = False
tag = False

Expand Down

0 comments on commit d9a0937

Please sign in to comment.