Skip to content

Commit e147acd

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

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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 <git@jensdiemer.de>"]
66
packages = [

0 commit comments

Comments
 (0)