Skip to content

Commit

Permalink
Bumping version from 0.12.1 to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hexatester committed Jul 10, 2024
1 parent dfd2c5d commit e9a0ed5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "rosrestpy"
version = "0.12.1"
version = "0.12.2"
description = "RouterOS v7 REST API python module"
authors = ["hexatester <[email protected]>"]
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion ros/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.12.1"
__version__ = "0.12.2"
from .inteface import InterfaceModule
from .ip import IPModule
from .mpls import MPLSModule
Expand Down
2 changes: 1 addition & 1 deletion tests/test_rospy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TestRos:
def test_version(self):
assert __version__ == "0.12.1"
assert __version__ == "0.12.2"

def test_log(self, ros: Ros):
for log in ros.log():
Expand Down

0 comments on commit e9a0ed5

Please sign in to comment.