diff --git a/documentation/releasenotes.rst b/documentation/releasenotes.rst index ca06697..44ba8e8 100644 --- a/documentation/releasenotes.rst +++ b/documentation/releasenotes.rst @@ -3,8 +3,8 @@ Release Notes ============= -1.0.1 (UNRELEASED) ------------------- +1.0.1 (Oct 2022) +---------------- * Fix c++17 compilation issue * Allow TypeDef to append StructA and UnionA diff --git a/setup.py b/setup.py index 0d9aa22..1ed5ebc 100755 --- a/setup.py +++ b/setup.py @@ -624,7 +624,7 @@ build_dso.sub_commands.extend([ 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()