Skip to content

Commit 6448f60

Browse files
committed
v0.0.10
1 parent d845c22 commit 6448f60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

phonebox_plugin/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ class PhoneBoxConfig(PluginConfig):
1212
name = 'phonebox_plugin'
1313
verbose_name = 'PhoneBox Plugin'
1414
description = 'Telephone Number Management Plugin for NetBox.'
15-
version = 'v0.0.9'
15+
version = 'v0.0.10'
1616
author = 'Igor Korotchenkov'
1717
author_email = 'iDebugAll@gmail.com'
1818
base_url = 'phonebox'
19-
min_version = "2.11.0"
19+
min_version = "4.1.0"
2020
required_settings = []
2121
default_settings = {}
2222
caching_config = {

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
setup(
99
name='phonebox_plugin',
10-
version='v0.0.9',
10+
version='v0.0.10',
1111
url='https://github.com/iDebugAll/phonebox-plugin.git',
12-
download_url='https://github.com/iDebugAll/phonebox-plugin/archive/v0.0.9.tar.gz',
12+
download_url='https://github.com/iDebugAll/phonebox-plugin/archive/v0.0.10.tar.gz',
1313
description='A phone numbers management plugin for NetBox.',
1414
long_description=long_description,
1515
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)