Skip to content

Commit 7dfbbcf

Browse files
committed
Updates for 4.5.2. Added zipapp package to scons-locals
1 parent 120fd4f commit 7dfbbcf

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

SCons/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
__version__="4.5.1"
1+
__version__="4.5.2"
22
__copyright__="Copyright (c) 2001 - 2023 The SCons Foundation"
33
__developer__="bdbaddog"
4-
__date__="Mon, 06 Mar 2023 23:32:38 -0400"
4+
__date__="Tue, 21 Mar 2023 12:11:27 -0400"
55
__buildsys__="M1DOG2021"
6-
__revision__="49578b34582d9e92dac7d713a8e58599ae35aa63"
7-
__build__="49578b34582d9e92dac7d713a8e58599ae35aa63"
6+
__revision__="120fd4f633e9ef3cafbc0fec35306d7555ffd1db"
7+
__build__="120fd4f633e9ef3cafbc0fec35306d7555ffd1db"
88
# make sure compatibility is always in place
99
import SCons.compat # noqa

bin/upload-release-files.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $RSYNC $RSYNCOPTS\
2727
README.rst \
2828
$SF_USER@$SF_MACHINE:$SF_TOPDIR/scons/
2929

30-
30+
3131
# Upload main scons release files:
3232
$RSYNC $RSYNCOPTS \
3333
SCons-$VERSION.tar.gz \
@@ -39,6 +39,7 @@ $RSYNC $RSYNCOPTS \
3939
$RSYNC $RSYNCOPTS \
4040
scons-local-$VERSION.tar.gz \
4141
scons-local-$VERSION.zip \
42+
scons-local-$VERSION.pyz \
4243
CHANGES.txt RELEASE.txt \
4344
$SF_USER@$SF_MACHINE:$SF_TOPDIR/scons-local/$VERSION/
4445

0 commit comments

Comments
 (0)