Skip to content

Commit

Permalink
docs(bumpversion): v5.0.0 → 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDavidBuitrago authored and github-actions[bot] committed Feb 10, 2023
1 parent 8eec015 commit 98fe948
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ 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).

## v5.1.0 - 2023-02-10

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

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

## 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)
Expand Down
2 changes: 1 addition & 1 deletion eox_tagging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from __future__ import unicode_literals

__version__ = '5.0.0'
__version__ = '5.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 = 5.0.0
current_version = 5.1.0
commit = False
tag = False

Expand Down

0 comments on commit 98fe948

Please sign in to comment.