Skip to content

Commit

Permalink
docs(bumpversion): v4.1.1 → 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec4r authored and github-actions[bot] committed Nov 20, 2023
1 parent 08c4cc0 commit bff6c0f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.0.0 - 2023-11-20

### [5.0.0](https://github.com/eduNEXT/eox-hooks/compare/v4.1.1...v5.0.0) (2023-11-20)

#### ⚠ BREAKING CHANGES

- add palm support

#### Performance Improvements

- palm release support ([#45](https://github.com/eduNEXT/eox-hooks/issues/45)) ([08c4cc0](https://github.com/eduNEXT/eox-hooks/commit/08c4cc093874c0e72beb996348a7faeeaaf707e5))

## v4.1.1 - 2023-06-21

### [4.1.1](https://github.com/eduNEXT/eox-hooks/compare/v4.1.0...v4.1.1) (2023-06-21)
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__ = '4.1.1'
__version__ = '5.0.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 = 4.1.1
current_version = 5.0.0
commit = False
tag = False

Expand Down

0 comments on commit bff6c0f

Please sign in to comment.