Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonyates authored Jan 22, 2023
1 parent ae0f6cc commit ddcb50e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.4.5'
version = '0.4.6'
author = 'Jason Yates'
author_email = '[email protected]'
min_version = '3.2.0'
Expand All @@ -21,4 +21,4 @@ class NetboxDocuments(PluginConfig):
"device_type_documents_location": "left",
}

config = NetboxDocuments
config = NetboxDocuments

0 comments on commit ddcb50e

Please sign in to comment.