Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jun 12, 2023
1 parent 9fef51a commit c2ee402
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions documentation/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Release Notes
=============

1.2.1 (May 2023)
----------------
1.2.1 (June 2023)
-----------------

* Quiet erroneous MONITOR exceeds window size warning message on ``finish()``.
* Fix incomplete py build
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,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 c2ee402

Please sign in to comment.