Skip to content

Commit

Permalink
v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
iDebugAll committed Sep 23, 2024
1 parent d845c22 commit 6448f60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions phonebox_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ class PhoneBoxConfig(PluginConfig):
name = 'phonebox_plugin'
verbose_name = 'PhoneBox Plugin'
description = 'Telephone Number Management Plugin for NetBox.'
version = 'v0.0.9'
version = 'v0.0.10'
author = 'Igor Korotchenkov'
author_email = '[email protected]'
base_url = 'phonebox'
min_version = "2.11.0"
min_version = "4.1.0"
required_settings = []
default_settings = {}
caching_config = {
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

setup(
name='phonebox_plugin',
version='v0.0.9',
version='v0.0.10',
url='https://github.com/iDebugAll/phonebox-plugin.git',
download_url='https://github.com/iDebugAll/phonebox-plugin/archive/v0.0.9.tar.gz',
download_url='https://github.com/iDebugAll/phonebox-plugin/archive/v0.0.10.tar.gz',
description='A phone numbers management plugin for NetBox.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6448f60

Please sign in to comment.