Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
Bumping version to 0.3.1 for release.
  • Loading branch information
Jason Yates committed Apr 6, 2022
1 parent cc8810b commit 813d84c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
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.3'
version = '0.3.1'
base_url = 'documents'
default_settings = {
"enable_site_documents": True,
Expand Down
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ FIELD_CHOICES = {
)
}
```

Available


### Apply Database Migrations
Apply database migrations with Netbox `manage.py`:
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.3',
version='0.3.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 813d84c

Please sign in to comment.