Skip to content

Commit 2fd7ac3

Browse files
authored
Maintenance (v0.3.6) (#21)
1 parent 6dd8221 commit 2fd7ac3

File tree

4 files changed

+46
-40
lines changed

4 files changed

+46
-40
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
**0.3.6** (2025-10-10)
4+
* Maintenance updates via ambient-package-update
5+
36
**0.3.5** (2025-10-09)
47
* Maintenance updates via ambient-package-update
58

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "queuebie"
6+
name = "django-queuebie"
77
authors = [
88
{'name' = 'Ambient Digital', 'email' = '[email protected]'},
99
]
@@ -263,5 +263,8 @@ source = [
263263
".tox/**/site-packages",
264264
]
265265

266+
[tool.hatch.build.targets.wheel]
267+
packages = ["queuebie"]
268+
266269
[tool.hatch.version]
267270
path = "queuebie/__init__.py"

queuebie/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A simple and synchronous message queue for commands and events for Django"""
22

3-
__version__ = "0.3.5"
3+
__version__ = "0.3.6"
44

55
from queuebie.registry import MessageRegistry
66

uv.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)