Skip to content

Commit

Permalink
🏷️ v1.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ottowayi committed Aug 27, 2023
1 parent 23e211b commit c7c0795
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Release History
===============

1.2.14
======

- |:sparkles:| add support for hostnames in connection path

1.2.13
======

Expand Down
2 changes: 1 addition & 1 deletion pycomm3/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
# SOFTWARE.
#

__version_info__ = (1, 2, 13)
__version_info__ = (1, 2, 14)
__version__ = ".".join(f"{x}" for x in __version_info__)

0 comments on commit c7c0795

Please sign in to comment.