Skip to content

Commit

Permalink
docs(bumpversion): v6.1.0 → 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 authored and github-actions[bot] committed May 24, 2024
1 parent bfad685 commit be2b4fa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions 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.2.0 - 2024-05-24

### [6.2.0](https://github.com/eduNEXT/eox-hooks/compare/v6.1.0...v6.2.0) (2024-05-24)

#### Features

* add test integration ([#50](https://github.com/eduNEXT/eox-hooks/issues/50)) ([bfad685](https://github.com/eduNEXT/eox-hooks/commit/bfad685339eb4e5214596ffe57d9ef3c827c80d5))

## 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)
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.1.0'
__version__ = '6.2.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.1.0
current_version = 6.2.0
commit = False
tag = False

Expand Down

0 comments on commit be2b4fa

Please sign in to comment.