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 16f3b57 commit bb4b873Copy full SHA for bb4b873
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.3
+current_version = 1.1.4
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.3",
+ version="1.1.4",
13
14
description="Client API for Netbox",
15
0 commit comments