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.20
33_src_path : gh:westerveltco/django-twc-package
4455author_name : Josh Thomas
6- current_version : 0.6 .0
6+ current_version : 0.7 .0
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.7.0]
22+
2123### Added
2224
2325- ` NavItem ` and ` NavGroup ` now both have a ` get_context_data ` that returns the context needed for template rendering.
@@ -143,11 +145,12 @@ Initial release! 🎉
143145- Josh Thomas
< [email protected] > (maintainer)
144146- Jeff Triplett [ @jefftriplett ] ( https://github.com/jefftriplett )
145147
146- [ unreleased ] : https://github.com/westerveltco/django-simple-nav/compare/v0.6 .0...HEAD
148+ [ unreleased ] : https://github.com/westerveltco/django-simple-nav/compare/v0.7 .0...HEAD
147149[ 0.1.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.1.0
148150[ 0.2.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.2.0
149151[ 0.3.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.3.0
150152[ 0.4.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.4.0
151153[ 0.5.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.5.0
152154[ 0.5.1 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.5.1
153155[ 0.6.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.6.0
156+ [ 0.7.0 ] : https://github.com/westerveltco/django-simple-nav/releases/tag/v0.7.0
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ stubPath = "src/stubs"
8181[tool .bumpver ]
8282commit = true
8383commit_message = " :bookmark: bump version {old_version} -> {new_version}"
84- current_version = " 0.6 .0"
84+ current_version = " 0.7 .0"
8585push = false # set to false for CI
8686tag = false
8787version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- __version__ = "0.6 .0"
3+ __version__ = "0.7 .0"
Original file line number Diff line number Diff line change 44
55
66def test_version ():
7- assert __version__ == "0.6 .0"
7+ assert __version__ == "0.7 .0"
You can’t perform that action at this time.
0 commit comments