Skip to content

Commit

Permalink
Uppded version, updated changlog
Browse files Browse the repository at this point in the history
  • Loading branch information
dmroeder committed May 5, 2019
1 parent 93ac7fe commit 731039a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
05/05/19
-Pulled extneded forward open support from aansel-plenty
-Did a little code cleaup
-Fixed crash reading large chunks of data

04/08/19
-Return the raw bytes when a UDT is read, added example
-Update install documentation
Expand Down
2 changes: 1 addition & 1 deletion pylogix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .lgxDevice import LGXDevice
from .eip import PLC
__version_info__ = (0, 3, 2)
__version_info__ = (0, 3, 3)
__version__ = '.'.join(str(x) for x in __version_info__)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pylogix",
version="0.3.2",
version="0.3.3",
author="Dustin Roeder",
author_email="[email protected]",
description="Read/Write Rockwell Automation Logix based PLC's",
Expand Down

0 comments on commit 731039a

Please sign in to comment.