Skip to content

Commit

Permalink
Release 0.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm committed Jul 29, 2022
1 parent 9c53993 commit 6f7e7c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

# v0.56.0 - 2022-07-29

- [BUGFIX] Fix handling of kwargs in skip_raw decorator #396
- [BUGFIX] Fix missing `load i18n` tag #395
- [IMPROVEMENT] Improve styling in new rule form #394
- [IMPROVEMENT] More descriptive home page when no subscribed services #399
- [INTERNAL] Regroup and improve web test cases #398
- [INTERNAL] Run pyupgrade on code in prep for more lint cleanup #397

# v0.55 - 2022-05-31

- [BUGFIX] Fix for duplicate user subscribe #389
Expand Down
2 changes: 1 addition & 1 deletion promgen/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.56.dev"
__version__ = "0.56.0"

0 comments on commit 6f7e7c5

Please sign in to comment.