Next release

This commit is contained in:
2021-04-18 09:14:58 +02:00
parent 89a447abb9
commit ae8dcf7866
3 changed files with 3 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ __author__ = "Sven Sager <akira@revpimodio.org>"
__copyright__ = "Copyright (C) 2020 Sven Sager" __copyright__ = "Copyright (C) 2020 Sven Sager"
__license__ = "LGPLv3" __license__ = "LGPLv3"
__name__ = "revpimodio2" __name__ = "revpimodio2"
__version__ = "2.5.6" __version__ = "2.5.7"
# Global package values # Global package values
OFF = 0 OFF = 0

View File

@@ -199,6 +199,7 @@ class Cycletools:
IO object. IO object.
:param io: IO to check for changes to last cycle :param io: IO to check for changes to last cycle
:param edge: Check for rising or falling on bit io objects
:return: True, if IO value changed :return: True, if IO value changed
""" """
if io in self.__dict_change: if io in self.__dict_change:

View File

@@ -17,7 +17,7 @@ setup(
license="LGPLv3", license="LGPLv3",
name="revpimodio2", name="revpimodio2",
version="2.5.6b", version="2.5.7",
packages=["revpimodio2"], packages=["revpimodio2"],
python_requires="~=3.2", python_requires="~=3.2",