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.17.1
6
+ current_version : 0.17.2
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.2]
22
+
21
23
### Security
22
24
23
25
- Normalize paths in asset manifest to prevent leaking system-specific information like Python version and installation paths
@@ -460,7 +462,7 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
460
462
461
463
- Josh Thomas < josh@joshthomas.dev > (maintainer)
462
464
463
- [ unreleased ] : https://github.com/joshuadavidthomas/django-bird/compare/v0.17.1 ...HEAD
465
+ [ unreleased ] : https://github.com/joshuadavidthomas/django-bird/compare/v0.17.2 ...HEAD
464
466
[ 0.1.0 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.1.0
465
467
[ 0.1.1 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.1.1
466
468
[ 0.2.0 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.2.0
@@ -500,3 +502,4 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
500
502
[ 0.16.2 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.16.2
501
503
[ 0.17.0 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.17.0
502
504
[ 0.17.1 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.17.1
505
+ [ 0.17.2 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.17.2
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.17.1 "
106
+ current_version = " 0.17.2 "
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.17.1 "
5
+ __version__ = "0.17.2 "
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.17.1 "
7
+ assert __version__ == "0.17.2 "
You can’t perform that action at this time.
0 commit comments