From 0f5626ef8a9c634fc079f0fa1bc4d72082d5947a Mon Sep 17 00:00:00 2001 From: henrrypg Date: Sun, 9 Oct 2022 11:03:17 -0500 Subject: [PATCH] =?UTF-8?q?Revert=20"docs(bumpversion):=20v4.1.0=20?= =?UTF-8?q?=E2=86=92=204.2.0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 42637e09012f97f4cbef99575bfc5d9338136341. --- CHANGELOG.md | 14 -------------- eox_tagging/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d23de8..2a11957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,20 +5,6 @@ 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.2.0 - 2022-10-09 - -### [4.2.0](https://github.com/eduNEXT/eox-tagging/compare/v4.1.0...v4.2.0) (2022-10-09) - -#### 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)) -- **bumpversion:** v4.1.0 → 4.2.0 ([3df2ebc](https://github.com/eduNEXT/eox-tagging/commit/3df2ebcdf5a50f4ecd47b7014cfba0d3bc9ad702)) -- **bumpversion:** v4.1.0 → 5.0.0 ([297c81e](https://github.com/eduNEXT/eox-tagging/commit/297c81ee0ade4f1095cc3bf96b32c3e599a5d4a2)) - ## v5.0.0 - 2022-10-09 ### [4.2.0](https://github.com/eduNEXT/eox-tagging/compare/v4.1.0...v5.0.0) (2022-10-09) diff --git a/eox_tagging/__init__.py b/eox_tagging/__init__.py index 00a1127..80d99aa 100644 --- a/eox_tagging/__init__.py +++ b/eox_tagging/__init__.py @@ -4,4 +4,4 @@ from __future__ import unicode_literals -__version__ = '4.2.0' +__version__ = '5.0.0' diff --git a/setup.cfg b/setup.cfg index 0567270..55e6ea1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.2.0 +current_version = 5.0.0 commit = False tag = False