Skip to content

Commit

Permalink
bump: version 0.7.12 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlu committed Apr 12, 2023
1 parent c307cd4 commit 5a53751
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.8.0 (2023-04-12)

### Feat

- replace django-quill-editor with django-tinymce

## v0.7.12 (2023-03-06)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion notification/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.12"
__version__ = "0.8.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "0.7.12"
version = "0.8.0"
changelog_start_rev = "0.7.0"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
Expand All @@ -9,7 +9,7 @@ version_files = [

[tool.poetry]
name = "django-user-notification"
version = "0.7.12"
version = "0.8.0"
description = "Django message notification package"
authors = ["Aiden Lu <allaher@icloud.com>"]
readme = "README.md"
Expand Down

0 comments on commit 5a53751

Please sign in to comment.