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.17
3
3
_src_path : gh:westerveltco/django-twc-package
4
4
5
5
author_name : Josh Thomas
6
- current_version : 0.12.1
6
+ current_version : 0.13.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.13.0]
22
+
21
23
### Added
22
24
23
25
- Added a ` {% startswith %} ` utility templatetag filter.
@@ -198,7 +200,7 @@ Initial release!
198
200
199
201
- Josh Thomas
< [email protected] > (maintainer)
200
202
201
- [ unreleased ] : https://github.com/westerveltco/django-twc-toolbox/compare/v0.12.1 ...HEAD
203
+ [ unreleased ] : https://github.com/westerveltco/django-twc-toolbox/compare/v0.13.0 ...HEAD
202
204
[ 0.2.1 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.2.1
203
205
[ 0.2.0 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.2.0
204
206
[ 0.1.1 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.1.1
@@ -217,3 +219,4 @@ Initial release!
217
219
[ 0.11.0 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.11.0
218
220
[ 0.12.0 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.12.0
219
221
[ 0.12.1 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.12.1
222
+ [ 0.13.0 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.13.0
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ stubPath = "src/stubs"
86
86
[tool .bumpver ]
87
87
commit = true
88
88
commit_message = " :bookmark: bump version {old_version} -> {new_version}"
89
- current_version = " 0.12.1 "
89
+ current_version = " 0.13.0 "
90
90
push = false # set to false for CI
91
91
tag = false
92
92
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.12.1 "
3
+ __version__ = "0.13.0 "
4
4
__template_version__ = "2024.17"
Original file line number Diff line number Diff line change 4
4
5
5
6
6
def test_version ():
7
- assert __version__ == "0.12.1 "
7
+ assert __version__ == "0.13.0 "
You can’t perform that action at this time.
0 commit comments