Skip to content

Commit

Permalink
docs(bumpversion): v4.1.0 → 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDavidBuitrago authored and github-actions[bot] committed Jun 21, 2023
1 parent c4711a9 commit 6811e24
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).

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

### Bug Fixes

- valitade enrollment for programs ([#42](https://github.com/eduNEXT/eox-hooks/issues/42)) ([c4711a9](https://github.com/eduNEXT/eox-hooks/commit/c4711a909cc35a83cfede41c4dd466b9eb2c9dd9))

## v4.1.0 - 2023-05-10

### [4.1.0](https://github.com/eduNEXT/eox-hooks/compare/v4.0.0...v4.1.0) (2023-05-10)
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.0'
__version__ = '4.1.1'


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.0
current_version = 4.1.1
commit = False
tag = False

Expand Down

0 comments on commit 6811e24

Please sign in to comment.