Skip to content

Commit

Permalink
Release as v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Diemer committed Jan 28, 2022
1 parent c73031c commit e147acd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,10 @@ You must change your Django settings and replace the app name:

## History

* [dev](https://github.com/boxine/django-huey-monitor/compare/v0.4.4...master)
* [dev](https://github.com/boxine/django-huey-monitor/compare/v0.4.5...master)
* _tbc_
* [v0.4.5 - 28.01.2022](https://github.com/boxine/django-huey-monitor/compare/v0.4.4...v0.4.5)
* Fix [#46](https://github.com/boxine/django-huey-monitor/issues/46) by increment existing TaskProgressModel instances (based on [contribution](https://github.com/boxine/django-huey-monitor/pull/67) by [Skrattoune](https://github.com/Skrattoune))
* [v0.4.4 - 07.01.2022](https://github.com/boxine/django-huey-monitor/compare/v0.4.3...v0.4.4)
* Add missing `huey_monitor.css` file
* [v0.4.3 - 07.01.2022](https://github.com/boxine/django-huey-monitor/compare/v0.4.2...v0.4.3)
Expand Down
2 changes: 1 addition & 1 deletion huey_monitor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
default_app_config = 'huey_monitor.apps.HueyMonitorConfig'


__version__ = '0.4.4'
__version__ = '0.4.5'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-huey-monitor"
version = "0.4.4"
version = "0.4.5"
description = "Django based tool for monitoring huey task queue: https://github.com/coleifer/huey"
authors = ["JensDiemer <[email protected]>"]
packages = [
Expand Down

0 comments on commit e147acd

Please sign in to comment.