Skip to content

Commit e147acd

Browse files
author
Jens Diemer
committed
Release as v0.4.5
1 parent c73031c commit e147acd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,10 @@ You must change your Django settings and replace the app name:
187187

188188
## History
189189

190-
* [dev](https://github.com/boxine/django-huey-monitor/compare/v0.4.4...master)
190+
* [dev](https://github.com/boxine/django-huey-monitor/compare/v0.4.5...master)
191191
* _tbc_
192+
* [v0.4.5 - 28.01.2022](https://github.com/boxine/django-huey-monitor/compare/v0.4.4...v0.4.5)
193+
* 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))
192194
* [v0.4.4 - 07.01.2022](https://github.com/boxine/django-huey-monitor/compare/v0.4.3...v0.4.4)
193195
* Add missing `huey_monitor.css` file
194196
* [v0.4.3 - 07.01.2022](https://github.com/boxine/django-huey-monitor/compare/v0.4.2...v0.4.3)

huey_monitor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
default_app_config = 'huey_monitor.apps.HueyMonitorConfig'
1010

1111

12-
__version__ = '0.4.4'
12+
__version__ = '0.4.5'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-huey-monitor"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
description = "Django based tool for monitoring huey task queue: https://github.com/coleifer/huey"
55
authors = ["JensDiemer <[email protected]>"]
66
packages = [

0 commit comments

Comments
 (0)