Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Mar 22, 2023
1 parent 798a154 commit f6d2e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Release Notes
* Fix `pvxs::Value::nmembers` which erroneously returned ``0`` for ``StructA`` and ``UnionA``.
* Fix `pvxs::Value::unmark` where ``parent=true`` caused corruption.
* Change to "magic" automatic ``Union`` member selection during assignment.
* Fix `pvxs::shared_array::convertTo`` converting ``Float64`` to ``Float32`` caused corruption.
* Fix `pvxs::shared_array::convertTo` converting ``Float64`` to ``Float32`` caused corruption.
* Fix TypeDef(const Value& val) for Union/UnionA/StructA
* Fix unsigned handling
* server: rework cleanup of connection, channel, and operation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,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 += 'a1'

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

0 comments on commit f6d2e40

Please sign in to comment.