File tree 5 files changed +8
-5
lines changed
5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ _commit: v2024.24
3
3
_src_path : gh:westerveltco/django-twc-package
4
4
5
5
author_name : Josh Thomas
6
- current_version : 0.4 .0
6
+ current_version : 0.5 .0
7
7
django_versions :
8
8
- ' 4.2'
9
9
- ' 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/
18
18
19
19
## [ Unreleased]
20
20
21
+ ## [ 0.5.0]
22
+
21
23
### Added
22
24
23
25
- Support for Django 5.1 and 5.2.
@@ -109,11 +111,12 @@ Initial release!
109
111
110
112
- Josh Thomas
< [email protected] > (maintainer)
111
113
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
113
115
[ 0.1.0 ] : https://github.com/westerveltco/django-q-registry/releases/tag/v0.1.0
114
116
[ 0.2.0 ] : https://github.com/westerveltco/django-q-registry/releases/tag/v0.2.0
115
117
[ 0.2.1 ] : https://github.com/westerveltco/django-q-registry/releases/tag/v0.2.1
116
118
[ 0.3.0 ] : https://github.com/westerveltco/django-q-registry/releases/tag/v0.3.0
117
119
[ 0.3.1 ] : https://github.com/westerveltco/django-q-registry/releases/tag/v0.3.1
118
120
[ 0.3.2 ] : https://github.com/westerveltco/django-q-registry/releases/tag/v0.3.2
119
121
[ 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"
72
72
[tool .bumpver ]
73
73
commit = true
74
74
commit_message = " :bookmark: bump version {old_version} -> {new_version}"
75
- current_version = " 0.4 .0"
75
+ current_version = " 0.5 .0"
76
76
push = false # set to false for CI
77
77
tag = false
78
78
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
Original file line number Diff line number Diff line change 6
6
"register_task" ,
7
7
]
8
8
9
- __version__ = "0.4 .0"
9
+ __version__ = "0.5 .0"
Original file line number Diff line number Diff line change 4
4
5
5
6
6
def 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