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
luisfelipec95 authored and github-actions[bot] committed Nov 24, 2023
1 parent c196b2d commit 9f55b21
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).

## v5.1.0 - 2023-11-24

### [5.1.0](https://github.com/eduNEXT/eox-hooks/compare/v5.0.0...v5.1.0) (2023-11-24)

#### Features

- add Lilac backend ([#46](https://github.com/eduNEXT/eox-hooks/issues/46)) ([c196b2d](https://github.com/eduNEXT/eox-hooks/commit/c196b2df99f43eff0df1bdc2a752e81d45dcb8e0))

## v5.0.0 - 2023-11-20

### [5.0.0](https://github.com/eduNEXT/eox-hooks/compare/v4.1.1...v5.0.0) (2023-11-20)
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__ = '5.0.0'
__version__ = '5.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 = 5.0.0
current_version = 5.1.0
commit = False
tag = False

Expand Down

0 comments on commit 9f55b21

Please sign in to comment.