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.20
3
3
_src_path : gh:westerveltco/django-twc-package
4
4
5
5
author_name : Josh Thomas
6
- current_version : 0.8 .0
6
+ current_version : 0.9 .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.9.0]
22
+
21
23
### Changed
22
24
23
25
- Updated ` NavItem.get_active ` to allow for using URLs that contain query strings.
@@ -155,7 +157,7 @@ Initial release! 🎉
155
157
- Josh Thomas
< [email protected] > (maintainer)
156
158
- Jeff Triplett [ @jefftriplett ] ( https://github.com/jefftriplett )
157
159
158
- [ unreleased ] : https://github.com/westerveltco/django-simple-nav/compare/v0.8 .0...HEAD
160
+ [ unreleased ] : https://github.com/westerveltco/django-simple-nav/compare/v0.9 .0...HEAD
159
161
[ 0.1.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.1.0
160
162
[ 0.2.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.2.0
161
163
[ 0.3.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.3.0
@@ -165,3 +167,4 @@ Initial release! 🎉
165
167
[ 0.6.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.6.0
166
168
[ 0.7.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.7.0
167
169
[ 0.8.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.8.0
170
+ [ 0.9.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.9.0
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ stubPath = "src/stubs"
81
81
[tool .bumpver ]
82
82
commit = true
83
83
commit_message = " :bookmark: bump version {old_version} -> {new_version}"
84
- current_version = " 0.8 .0"
84
+ current_version = " 0.9 .0"
85
85
push = false # set to false for CI
86
86
tag = false
87
87
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.8 .0"
3
+ __version__ = "0.9 .0"
Original file line number Diff line number Diff line change 4
4
5
5
6
6
def test_version ():
7
- assert __version__ == "0.8 .0"
7
+ assert __version__ == "0.9 .0"
You can’t perform that action at this time.
0 commit comments