Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonyates committed May 4, 2023
1 parent 68102c3 commit e7c9bb1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.1 (2023-05-04)

* Patch for Netbox 3.2 - 3.3 where PluginMenu does not exist yet

## 0.5.0 (2023-01-24)

* Fix API Filtersets
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A plugin designed to faciliate the storage of site, circuit, device type and dev

| NetBox Version | Plugin Version |
|----------------|----------------|
| 3.2+ | 0.5.0 |
| 3.2+ | 0.5.1 |


## Installation
Expand Down
2 changes: 1 addition & 1 deletion netbox_documents/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class NetboxDocuments(PluginConfig):
name = 'netbox_documents'
verbose_name = 'Document Storage'
description = 'Manage site, circuit and device diagrams and documents in Netbox'
version = '0.5.0'
version = '0.5.1'
author = 'Jason Yates'
author_email = '[email protected]'
min_version = '3.2.0'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='netbox-documents',
version='0.5.0',
version='0.5.1',
description='Manage site, circuit and device diagrams and documents in Netbox',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit e7c9bb1

Please sign in to comment.