This commit is contained in:
AlexWells
2025-07-31 09:37:55 +01:00
parent 4ea3288671
commit 9f2bcb69d9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
Release Notes
=============
1.4.0 (UNRELEASED)
1.4.0 (July 2025)
------------------
* Rename generated CONFIG_SITE to TOOLCHAIN.
+1 -1
View File
@@ -696,7 +696,7 @@ build_dso.sub_commands.extend([
pvxs_ver = '%(PVXS_MAJOR_VERSION)s.%(PVXS_MINOR_VERSION)s.%(PVXS_MAINTENANCE_VERSION)s'%pvxsversion
pvxs_ver += 'a3'
# pvxs_ver += 'a3'
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as F:
long_description = F.read()