From d2cde90c6a66d996a4000b361191f2e7605286e9 Mon Sep 17 00:00:00 2001 From: Henrrypg Date: Mon, 5 Sep 2022 17:22:05 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v4.0.0=20=E2=86=92=204.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 36 +++++++++++++++++++++++++++++++----- eox_tagging/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 33 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a75ebdf..58229ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,31 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on ## [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ## [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v4.1.0 - 2022-09-05 + +### [4.1.0](https://github.com/eduNEXT/eox-tagging/compare/v4.0.0...v4.1.0) (2022-09-05) + +#### Features + +- added installation docs with tutor ([ffa023c](https://github.com/eduNEXT/eox-tagging/commit/ffa023cc4ea5277e4ce6433f68601b8e877e6537)) + +#### Bug Fixes + +- get_site arg ([ee27ff1](https://github.com/eduNEXT/eox-tagging/commit/ee27ff145b0f266124c1fa63a214b7d3703dc29d)) +- update API url in documentation ([eb5e0ce](https://github.com/eduNEXT/eox-tagging/commit/eb5e0ce93412c096ffb8c6cd89842da6d6c95a37)) + +#### Continuous Integration + +- add ci pipelines ([c0f904d](https://github.com/eduNEXT/eox-tagging/commit/c0f904d64e44025b19fe58cc109c50b38bffedfd)) + +#### Code Refactoring + +- rearrange documentation to be less overwhelming ([9ec7920](https://github.com/eduNEXT/eox-tagging/commit/9ec79204b0381f471efe8687c6e668adf2989cfe)) + ## [3.0.0] - 2021-11-17 ### Added @@ -13,11 +35,13 @@ and this project adheres to ## [Semantic Versioning](https://semver.org/spec/v2. ## [2.3.0] - 2021-10-11 ### Added + - Support for tagging Certificate objects. ## [2.2.0] - 2021-05-13 ### Added + - Lilac compatibility. ### Fix @@ -39,7 +63,10 @@ and this project adheres to ## [Semantic Versioning](https://semver.org/spec/v2. ## [2.0.0] - 2021-02-10 ### Added ------ + + +--- + - Swagger support alongside REST API documentation ## [1.2.0] - 2021-02-03 @@ -53,21 +80,18 @@ Changed - Fixed courseenrollments filters and refactor the rest. - Removed `required` from access field in serializer. - ## [1.1.0] - 2020-12-16 ### Added - Permissions compatibility with DOT. - ## [1.0.0] - 2020-11-13 ### Added - Migration compatibility with PY35. - ## [0.10.1] - 2020-11-12 Changed @@ -141,9 +165,11 @@ Changed ## [0.2.0] - 2020-06-26 - REST API to create, get, filter and delete tags. +- - New filters in Tag queryset. - +- - First PyPI release. +- ## [0.1.0] - 2020-06-23 diff --git a/eox_tagging/__init__.py b/eox_tagging/__init__.py index e50414e..8125885 100644 --- a/eox_tagging/__init__.py +++ b/eox_tagging/__init__.py @@ -4,4 +4,4 @@ from __future__ import unicode_literals -__version__ = '4.0.0' +__version__ = '4.1.0' diff --git a/setup.cfg b/setup.cfg index f49f16a..1234c62 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.0 +current_version = 4.1.0 commit = False tag = False