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.27-4-g3fe659b
3
3
_src_path : /home/josh/projects/work/django-twc-package
4
4
author_email : josh@joshthomas.dev
5
5
author_name : Josh Thomas
6
- current_version : 0.16.2
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
🚨 This release contains some breaking changes. See the Removed section for more information. 🚨
22
24
23
25
### Added
@@ -444,7 +446,7 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
444
446
445
447
- Josh Thomas < josh@joshthomas.dev > (maintainer)
446
448
447
- [ unreleased ] : https://github.com/joshuadavidthomas/django-bird/compare/v0.16.2 ...HEAD
449
+ [ unreleased ] : https://github.com/joshuadavidthomas/django-bird/compare/v0.17.0 ...HEAD
448
450
[ 0.1.0 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.1.0
449
451
[ 0.1.1 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.1.1
450
452
[ 0.2.0 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.2.0
@@ -482,3 +484,4 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
482
484
[ 0.16.0 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.16.0
483
485
[ 0.16.1 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.16.1
484
486
[ 0.16.2 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.16.2
487
+ [ 0.17.0 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.17.0
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ root = "tests"
103
103
[tool .bumpver ]
104
104
commit = true
105
105
commit_message = " :bookmark: bump version {old_version} -> {new_version}"
106
- current_version = " 0.16.2 "
106
+ current_version = " 0.17.0 "
107
107
push = false # set to false for CI
108
108
tag = false
109
109
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
Original file line number Diff line number Diff line change 2
2
3
3
from pluggy import HookimplMarker
4
4
5
- __version__ = "0.16.2 "
5
+ __version__ = "0.17.0 "
6
6
7
7
hookimpl = HookimplMarker ("django_bird" )
Original file line number Diff line number Diff line change 4
4
5
5
6
6
def test_version ():
7
- assert __version__ == "0.16.2 "
7
+ assert __version__ == "0.17.0 "
You can’t perform that action at this time.
0 commit comments