summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-03-21 12:14:48 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2023-03-21 12:14:48 -0400
commit7dfbbcf697f47680a101d846f836e85bc14eef13 (patch)
tree83624bea798a85a37b7ce9d3d760eeb0b8d1e5b7
parent120fd4f633e9ef3cafbc0fec35306d7555ffd1db (diff)
downloadscons-git-7dfbbcf697f47680a101d846f836e85bc14eef13.tar.gz
Updates for 4.5.2. Added zipapp package to scons-locals
-rw-r--r--SCons/__init__.py8
-rwxr-xr-xbin/upload-release-files.sh3
2 files changed, 6 insertions, 5 deletions
diff --git a/SCons/__init__.py b/SCons/__init__.py
index f53583b12..12be8e6c4 100644
--- a/SCons/__init__.py
+++ b/SCons/__init__.py
@@ -1,9 +1,9 @@
-__version__="4.5.1"
+__version__="4.5.2"
__copyright__="Copyright (c) 2001 - 2023 The SCons Foundation"
__developer__="bdbaddog"
-__date__="Mon, 06 Mar 2023 23:32:38 -0400"
+__date__="Tue, 21 Mar 2023 12:11:27 -0400"
__buildsys__="M1DOG2021"
-__revision__="49578b34582d9e92dac7d713a8e58599ae35aa63"
-__build__="49578b34582d9e92dac7d713a8e58599ae35aa63"
+__revision__="120fd4f633e9ef3cafbc0fec35306d7555ffd1db"
+__build__="120fd4f633e9ef3cafbc0fec35306d7555ffd1db"
# make sure compatibility is always in place
import SCons.compat # noqa \ No newline at end of file
diff --git a/bin/upload-release-files.sh b/bin/upload-release-files.sh
index 607512ebc..65e92062b 100755
--- a/bin/upload-release-files.sh
+++ b/bin/upload-release-files.sh
@@ -27,7 +27,7 @@ $RSYNC $RSYNCOPTS\
README.rst \
$SF_USER@$SF_MACHINE:$SF_TOPDIR/scons/
-
+
# Upload main scons release files:
$RSYNC $RSYNCOPTS \
SCons-$VERSION.tar.gz \
@@ -39,6 +39,7 @@ $RSYNC $RSYNCOPTS \
$RSYNC $RSYNCOPTS \
scons-local-$VERSION.tar.gz \
scons-local-$VERSION.zip \
+ scons-local-$VERSION.pyz \
CHANGES.txt RELEASE.txt \
$SF_USER@$SF_MACHINE:$SF_TOPDIR/scons-local/$VERSION/