Skip to content

Commit

Permalink
docs(bumpversion): v6.0.0 → 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu authored and github-actions[bot] committed Mar 19, 2024
1 parent 54c66db commit ff81da1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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).

## v6.1.0 - 2024-03-19

### [6.1.0](https://github.com/eduNEXT/eox-hooks/compare/v6.0.0...v6.1.0) (2024-03-19)

#### Features

* add workflow to add items to the Dedalo project DS-831 ([#49](https://github.com/eduNEXT/eox-hooks/issues/49)) ([54c66db](https://github.com/eduNEXT/eox-hooks/commit/54c66db9b474df85187eb01bace630b376eb95a4))

## v6.0.0 - 2024-02-09

### [6.0.0](https://github.com/eduNEXT/eox-hooks/compare/v5.1.0...v6.0.0) (2024-02-09)
Expand Down Expand Up @@ -44,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* fix: update actions/setup-python version

* perf: quince release support (#48) ([3a330d7](https://github.com/eduNEXT/eox-hooks/commit/3a330d70cb21fabe3381e3cc2aeb120b7a93955e)), closes [#48](https://github.com/eduNEXT/eox-hooks/issues/48)


## v5.1.0 - 2023-11-24

Expand Down
2 changes: 1 addition & 1 deletion eox_hooks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import django.dispatch

__version__ = '6.0.0'
__version__ = '6.1.0'


dummy_signal = django.dispatch.Signal()
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.0
current_version = 6.1.0
commit = False
tag = False

Expand Down

0 comments on commit ff81da1

Please sign in to comment.