Skip to content

Commit

Permalink
1.3.2a2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Aug 21, 2024
1 parent a3a685b commit 647775e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions documentation/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ Release Notes

* client: Avoid FD leak on failed connect()
* Correctly set TCP_NODELAY on winsock
* Fix copy of Any/Union
* ioc: Workaround asTrapWrite clobbering dbChannel
* ioc: ACF fix write permit when groups are present
* server: correctly adjudicate collision bind() of specific port

1.3.1 (Dec 2023)
----------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ def define_DSOS(self):


pvxs_ver = '%(PVXS_MAJOR_VERSION)s.%(PVXS_MINOR_VERSION)s.%(PVXS_MAINTENANCE_VERSION)s'%pvxsversion
pvxs_ver += 'a1'
pvxs_ver += 'a2'

with open(os.path.join(os.path.dirname(__file__), 'README.md')) as F:
long_description = F.read()
Expand Down

0 comments on commit 647775e

Please sign in to comment.