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
33_src_path : /home/josh/projects/work/django-twc-package
4455author_name : Josh Thomas
6- current_version : 0.17.1
6+ current_version : 0.17.2
77django_versions :
88 - " 4.2"
99 - " 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/
1818
1919## [ Unreleased]
2020
21+ ## [ 0.17.2]
22+
2123### Security
2224
2325- 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/
460462
461463- Josh Thomas
< [email protected] > (maintainer)
462464
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
464466[ 0.1.0 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.1.0
465467[ 0.1.1 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.1.1
466468[ 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/
500502[ 0.16.2 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.16.2
501503[ 0.17.0 ] : https://github.com/joshuadavidthomas/django-bird/releases/tag/v0.17.0
502504[ 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"
103103[tool .bumpver ]
104104commit = true
105105commit_message = " :bookmark: bump version {old_version} -> {new_version}"
106- current_version = " 0.17.1 "
106+ current_version = " 0.17.2 "
107107push = false # set to false for CI
108108tag = false
109109version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
Original file line number Diff line number Diff line change 22
33from pluggy import HookimplMarker
44
5- __version__ = "0.17.1 "
5+ __version__ = "0.17.2 "
66
77hookimpl = HookimplMarker ("django_bird" )
Original file line number Diff line number Diff line change 44
55
66def 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