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.27
3
3
_src_path : gh:westerveltco/django-twc-package
4
4
5
5
author_name : Josh Thomas
6
- current_version : 0.17.0
6
+ current_version : 0.17.1
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.17.1]
22
+
21
23
### Removed
22
24
23
25
- Removed use of ` django.utils.itercompat ` from templatetags in favor of ` isinstance ` check.
@@ -249,7 +251,7 @@ Initial release!
249
251
250
252
- Josh Thomas
< [email protected] > (maintainer)
251
253
252
- [ unreleased ] : https://github.com/westerveltco/django-twc-toolbox/compare/v0.17.0 ...HEAD
254
+ [ unreleased ] : https://github.com/westerveltco/django-twc-toolbox/compare/v0.17.1 ...HEAD
253
255
[ 0.2.1 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.2.1
254
256
[ 0.2.0 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.2.0
255
257
[ 0.1.1 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.1.1
@@ -274,3 +276,4 @@ Initial release!
274
276
[ 0.16.0 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.16.0
275
277
[ 0.16.1 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.16.1
276
278
[ 0.17.0 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.17.0
279
+ [ 0.17.1 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.17.1
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ stubPath = "src/stubs"
89
89
[tool .bumpver ]
90
90
commit = true
91
91
commit_message = " :bookmark: bump version {old_version} -> {new_version}"
92
- current_version = " 0.17.0 "
92
+ current_version = " 0.17.1 "
93
93
push = false # set to false for CI
94
94
tag = false
95
95
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
Original file line number Diff line number Diff line change 1
1
from __future__ import annotations
2
2
3
- __version__ = "0.17.0 "
3
+ __version__ = "0.17.1 "
Original file line number Diff line number Diff line change 4
4
5
5
6
6
def test_version ():
7
- assert __version__ == "0.17.0 "
7
+ assert __version__ == "0.17.1 "
You can’t perform that action at this time.
0 commit comments