Skip to content

Commit

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

1.3.2 (UNRELEASED)
1.3.2 (Oct 2024)
------------------

* Python 3.12 support
* client: Avoid FD leak on failed connect()
* Correctly set TCP_NODELAY on winsock
* Fix copy of Any/Union
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 += 'a2'
#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 8416141

Please sign in to comment.