Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enpaul committed Nov 2, 2023
1 parent d090c4a commit c6f764d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

See also: [Github Release Page](https://github.com/enpaul/netbox-quicklinks/releases).

## Version 0.1.1

View this release on:
[Github](https://github.com/enpaul/netbox-quicklinks/releases/tag/0.1.1),
[PyPI](https://pypi.org/project/netbox-quicklinks/0.1.1/)

- Fix 'field' config value still being documented as 'attribute'

## Version 0.1.0

View this release on:
Expand Down
2 changes: 1 addition & 1 deletion netbox_quicklinks/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pylint: disable=missing-docstring
__title__ = "netbox-quicklinks"
__summary__ = "Netbox plugin for supporting quick links based on unique item values"
__version__ = "0.1.0"
__version__ = "0.1.1"
__url__ = "https://github.com/enpaul/netbox-quicklinks/"
__license__ = "MIT"
__authors__ = ["Ethan Paul <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netbox-quicklinks"
version = "0.1.0"
version = "0.1.1"
description = "Netbox plugin for supporting quick links based on unique item values"
authors = ["Ethan Paul <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit c6f764d

Please sign in to comment.