Eox-tagging

Latest version: v7.0.0

Safety actively analyzes 623642 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

7.0.0

[7.0.0](https://github.com/eduNEXT/eox-tagging/compare/v6.0.0...v7.0.0) (2024-02-13)


⚠ BREAKING CHANGES

* add compatibility with Quince release

* chore: update main requirements & add django 4.2 support

* chore: support django 42 & solve issues in testing
* fix: delete deprecated pylint rules
* fix: use pylint messages control
* fix: ignore migrations from quality tests
* fix: solve deprecated methods & apply linter corrections

* chore: update github-actions requirements

* docs: update compatibility notes

* fix: add required blank line after table

Performance Improvements

* add compatibility with Quince release ([102](https://github.com/eduNEXT/eox-tagging/issues/102)) ([cff9359](https://github.com/eduNEXT/eox-tagging/commit/cff93597d26b93d5a403f2bc89f821f4bff77caa))


Documentation

* improve changelog ([ba004ef](https://github.com/eduNEXT/eox-tagging/commit/ba004efbc96f8d44f0c1f59b9853e790054882ac))
* **bumpversion:** v6.0.0 → 7.0.0 ([7bb324a](https://github.com/eduNEXT/eox-tagging/commit/7bb324a66f6e92707b45f71c910c9478ef336db2))

6.0.0

[6.0.0](https://github.com/eduNEXT/eox-tagging/compare/v5.1.0...v6.0.0) (2024-01-02)


⚠ BREAKING CHANGES

* add compatibility with palm release

* perf: add support for palm release

* fix: remove 3.10 version test

* fix: pylint issues

* docs: update readme

Performance Improvements

* add compatibility with Open edX Palm release DS-708 ([100](https://github.com/eduNEXT/eox-tagging/issues/100)) ([9540f2a](https://github.com/eduNEXT/eox-tagging/commit/9540f2a02774d3278b44b0548afed6ac81b94615))


Documentation

* **bumpversion:** v5.1.0 → 6.0.0 ([6da04c2](https://github.com/eduNEXT/eox-tagging/commit/6da04c27ec91ce4d93d7e4c34e56954cb1dd60f2))

5.1.0

[5.1.0](https://github.com/eduNEXT/eox-tagging/compare/v5.0.0...v5.1.0) (2023-02-10)


Features

* add compatibility with Open edX olive release ([4b985c0](https://github.com/eduNEXT/eox-tagging/commit/4b985c04a2810bdaac78b37f0af05b6ed8622d4c))


Documentation

* adds issue template ([0758024](https://github.com/eduNEXT/eox-tagging/commit/0758024f6287991c085af98d433b14ef8d4c598a))
* update readme with olive version ([8eec015](https://github.com/eduNEXT/eox-tagging/commit/8eec0157f5e7bfcc915a66b3440d441066d0488e))
* **bumpversion:** v5.0.0 → 5.1.0 ([98fe948](https://github.com/eduNEXT/eox-tagging/commit/98fe948819ced033dd7b0e5d3d5a21eee5b67a7d))


Continuous Integration

* adds mantainer group ([bd105de](https://github.com/eduNEXT/eox-tagging/commit/bd105deab7d4a9fc7b0d0a5f4de484ae0686e24d))
* update the changelog updater step in bumpversion ([95](https://github.com/eduNEXT/eox-tagging/issues/95)) ([35cb9e1](https://github.com/eduNEXT/eox-tagging/commit/35cb9e1538c491a4d99f79f8e06b6663c3492bdd))
* update workflows to github actions ([7d7ac61](https://github.com/eduNEXT/eox-tagging/commit/7d7ac6119cdc955439d4fea41e77caea1c772356))

5.0.0

[5.0.0](https://github.com/eduNEXT/eox-tagging/compare/v4.1.0...v5.0.0) (2022-10-09)

⚠ BREAKING CHANGES

* feat: drop django22 and added python 3.10

Features

* add compatibility with nutmeg release ([94](https://github.com/eduNEXT/eox-tagging/issues/94)) ([95e94ef](https://github.com/eduNEXT/eox-tagging/commit/95e94ef23501692c10ae45ca090d6b2f84c57b39))


Documentation

* change deactivation_date to expiration_date ([87](https://github.com/eduNEXT/eox-tagging/issues/87)) ([e74b942](https://github.com/eduNEXT/eox-tagging/commit/e74b9428fc7fe279c78deac87429aeb0a62fa332))

4.1.0

[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))


Documentation

* **bumpversion:** v4.0.0 → 4.1.0 ([d2cde90](https://github.com/eduNEXT/eox-tagging/commit/d2cde90c6a66d996a4000b361191f2e7605286e9))


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))

4.0.0

[4.0.0](https://github.com/eduNEXT/eox-tagging/compare/v3.0.0...v4.0.0) (2022-04-14)


⚠ BREAKING CHANGES

* remove the Course Management feature
* **django32:** Drop python 3.5 support in favor of python 3.8.

Performance Improvements

* **django32:** add compatibility with openedx maple release
* change code to pass tests

Continuous Integration

* add test actions to github workflows


Code Refactoring

* change function format by an f-string

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.