File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed
Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ _commit: v2024.24
33_src_path : gh:westerveltco/django-twc-package
44author_email : josh@joshthomas.dev
55author_name : Josh Thomas
6- current_version : 0.4 .0
6+ current_version : 0.5 .0
77django_versions :
88- ' 4.2'
99- ' 5.0'
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
1818
1919## [ Unreleased]
2020
21+ ## [ 0.5.0]
22+
2123### Added
2224
2325- Support for Django 5.1 and 5.2.
@@ -109,11 +111,12 @@ Initial release!
109111
110112- Josh Thomas < josh@joshthomas.dev > (maintainer)
111113
112- [ unreleased ] : https://github.com/westerveltco/django-q-registry/compare/v0.4 .0...HEAD
114+ [ unreleased ] : https://github.com/westerveltco/django-q-registry/compare/v0.5 .0...HEAD
113115[ 0.1.0 ] : https://github.com/westerveltco/django-q-registry/releases/tag/v0.1.0
114116[ 0.2.0 ] : https://github.com/westerveltco/django-q-registry/releases/tag/v0.2.0
115117[ 0.2.1 ] : https://github.com/westerveltco/django-q-registry/releases/tag/v0.2.1
116118[ 0.3.0 ] : https://github.com/westerveltco/django-q-registry/releases/tag/v0.3.0
117119[ 0.3.1 ] : https://github.com/westerveltco/django-q-registry/releases/tag/v0.3.1
118120[ 0.3.2 ] : https://github.com/westerveltco/django-q-registry/releases/tag/v0.3.2
119121[ 0.4.0 ] : https://github.com/westerveltco/django-q-registry/releases/tag/v0.4.0
122+ [ 0.5.0 ] : https://github.com/westerveltco/django-q-registry/releases/tag/v0.5.0
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Source = "https://github.com/westerveltco/django-q-registry"
7272[tool .bumpver ]
7373commit = true
7474commit_message = " :bookmark: bump version {old_version} -> {new_version}"
75- current_version = " 0.4 .0"
75+ current_version = " 0.5 .0"
7676push = false # set to false for CI
7777tag = false
7878version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
Original file line number Diff line number Diff line change 66 "register_task" ,
77]
88
9- __version__ = "0.4 .0"
9+ __version__ = "0.5 .0"
Original file line number Diff line number Diff line change 44
55
66def test_version ():
7- assert __version__ == "0.4 .0"
7+ assert __version__ == "0.5 .0"
You can’t perform that action at this time.
0 commit comments