Skip to content

Commit

Permalink
Merge pull request #51 from networktocode/dga-v1.1.0
Browse files Browse the repository at this point in the history
Update version to 1.1.0
  • Loading branch information
dgarros authored May 29, 2020
2 parents 1fd0827 + 4c30fb9 commit 5dfc3d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netbox_onboarding/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
limitations under the License.
"""

__version__ = "1.0.0"
__version__ = "1.1.0"

from extras.plugins import PluginConfig

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ntc-netbox-plugin-onboarding"
version = "1.0.0"
version = "1.1.0"
description = "A plugin for NetBox to easily onboard new devices."
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 5dfc3d4

Please sign in to comment.