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.23
3
3
_src_path : gh:westerveltco/django-twc-package
4
4
5
5
author_name : Josh Thomas
6
- current_version : 0.10 .0
6
+ current_version : 0.11 .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.11.0]
22
+
21
23
### Fixed
22
24
23
25
- Checking whether a ` NavItem ` or ` NavGroup ` is active now takes into account the URL scheme and domain name for both the nav item and request.
@@ -172,7 +174,7 @@ Initial release! 🎉
172
174
- Josh Thomas
< [email protected] > (maintainer)
173
175
- Jeff Triplett [ @jefftriplett ] ( https://github.com/jefftriplett )
174
176
175
- [ unreleased ] : https://github.com/westerveltco/django-simple-nav/compare/v0.10 .0...HEAD
177
+ [ unreleased ] : https://github.com/westerveltco/django-simple-nav/compare/v0.11 .0...HEAD
176
178
[ 0.1.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.1.0
177
179
[ 0.2.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.2.0
178
180
[ 0.3.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.3.0
@@ -184,3 +186,4 @@ Initial release! 🎉
184
186
[ 0.8.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.8.0
185
187
[ 0.9.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.9.0
186
188
[ 0.10.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.10.0
189
+ [ 0.11.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.11.0
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ stubPath = "src/stubs"
82
82
[tool .bumpver ]
83
83
commit = true
84
84
commit_message = " :bookmark: bump version {old_version} -> {new_version}"
85
- current_version = " 0.10 .0"
85
+ current_version = " 0.11 .0"
86
86
push = false # set to false for CI
87
87
tag = false
88
88
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.10 .0"
3
+ __version__ = "0.11 .0"
Original file line number Diff line number Diff line change 4
4
5
5
6
6
def test_version ():
7
- assert __version__ == "0.10 .0"
7
+ assert __version__ == "0.11 .0"
You can’t perform that action at this time.
0 commit comments