-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae0f6cc
commit ddcb50e
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
@@ -21,4 +21,4 @@ class NetboxDocuments(PluginConfig): | |
"device_type_documents_location": "left", | ||
} | ||
|
||
config = NetboxDocuments | ||
config = NetboxDocuments |