Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Lynch committed Jul 25, 2023
1 parent 4bf6acd commit f472066
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## 0.2.6 (2023-07-25)
* Add Tenancy support to tunnels by @p-rintz in https://github.com/robertlynch3/netbox-tunnels2/pull/12
* Fix title & align custom fields in template by @p-rintz in https://github.com/robertlynch3/netbox-tunnels2/pull/13


## 0.2.5 (2023-06-23)
* Added the blocks for rendering extra content by registered plugins

Expand Down
2 changes: 1 addition & 1 deletion netbox_tunnels2/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__="0.2.5"
__version__="0.2.6"
__min_version__="3.5.0"
__max_version__="3.5.99"
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "netbox-tunnels2"
version = "0.2.5"
version = "0.2.6"
description = "Provides the ability track IP Tunnels."
readme = "README.md"
authors = [{ name = "Robert Lynch", email = "robertlynch3@users.noreply.github.com" }]
Expand All @@ -19,12 +19,10 @@ Homepage = "https://github.com/robertlynch3/netbox-tunnels2"
dev = ["black", "bumpver", "isort", "pip-tools", "pytest"]

[tool.bumpver]
current_version = "0.2.5"
current_version = "0.2.6"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
tag = true
push = true
commit = false

[tool.bumpver.file_patterns]
"pyproject.toml" = [
Expand Down

0 comments on commit f472066

Please sign in to comment.