Skip to content

Commit aba6735

Browse files
committed
Bump to v0.2.1
1 parent 2278da2 commit aba6735

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A migration script will, perhaps one day, made available, but for now you will n
2121

2222
| NetBox Version | Plugin Version |
2323
|----------------|----------------|
24-
| 3.2+ | 0.2.0 |
24+
| 3.2+ | 0.2.1 |
2525

2626

2727
## Installation

netbox_ged/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class NetboxGED(PluginConfig):
55
name = 'netbox_ged'
66
verbose_name = 'Document Storage'
77
description = 'Manage documents in Netbox'
8-
version = '0.2.0'
8+
version = '0.2.1'
99
author = 'Pelt10'
1010
author_email = '[email protected]'
1111
min_version = '3.2.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='netbox_ged',
10-
version='0.2.0',
10+
version='0.2.1',
1111
description='Manage documents in Netbox',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)