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.16.1
6
+ current_version : 0.17.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.17.0]
22
+
21
23
### Removed
22
24
23
25
- Remove ` WithHistory.changed_by ` . This was introduced due to a misread of the django-simply-history documentation and is unneeded.
@@ -243,7 +245,7 @@ Initial release!
243
245
244
246
- Josh Thomas
< [email protected] > (maintainer)
245
247
246
- [ unreleased ] : https://github.com/westerveltco/django-twc-toolbox/compare/v0.16.1 ...HEAD
248
+ [ unreleased ] : https://github.com/westerveltco/django-twc-toolbox/compare/v0.17.0 ...HEAD
247
249
[ 0.2.1 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.2.1
248
250
[ 0.2.0 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.2.0
249
251
[ 0.1.1 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.1.1
@@ -267,3 +269,4 @@ Initial release!
267
269
[ 0.15.0 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.15.0
268
270
[ 0.16.0 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.16.0
269
271
[ 0.16.1 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.16.1
272
+ [ 0.17.0 ] : https://github.com/westerveltco/django-twc-toolbox/releases/tag/v0.17.0
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.16.1 "
92
+ current_version = " 0.17.0 "
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.16.1 "
3
+ __version__ = "0.17.0 "
Original file line number Diff line number Diff line change 4
4
5
5
6
6
def test_version ():
7
- assert __version__ == "0.16.1 "
7
+ assert __version__ == "0.17.0 "
You can’t perform that action at this time.
0 commit comments