We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4686296 commit f78c6a2Copy full SHA for f78c6a2
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.1
+current_version = 1.1.2
3
commit = True
4
tag = True
5
tag_name = {new_version}
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name="netboxapi",
12
- version="1.1.1",
+ version="1.1.2",
13
14
description="Client API for Netbox",
15
0 commit comments