summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpkg/build_bundle_with_venv.sh10
-rw-r--r--pkg/next-version2
2 files changed, 6 insertions, 6 deletions
diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh
index 9e7f0913..b3112142 100755
--- a/pkg/build_bundle_with_venv.sh
+++ b/pkg/build_bundle_with_venv.sh
@@ -9,13 +9,13 @@ source venv/bin/activate
$VIRTUAL_ENV/bin/pip install -U pyinstaller==3.1 packaging
$VIRTUAL_ENV/bin/pip install zope.interface zope.proxy
-# For the Bitmask 0.9.4 bundles.
-$VIRTUAL_ENV/bin/pip install -U leap.soledad.common==0.9.2
-$VIRTUAL_ENV/bin/pip install -U leap.soledad.client==0.9.2
+# For the Bitmask 0.9.5 bundles.
+#$VIRTUAL_ENV/bin/pip install -U leap.soledad.common==0.9.3
+#$VIRTUAL_ENV/bin/pip install -U leap.soledad.client==0.9.3
# CHANGE THIS IF YOU WANT A DIFFERENT BRANCH CHECKED OUT FOR COMMON/SOLEDAD --------------------
-# $VIRTUAL_ENV/bin/pip install -U leap.soledad.common --find-links https://devpi.net/kali/dev
-# $VIRTUAL_ENV/bin/pip install -U leap.soledad.client --find-links https://devpi.net/kali/dev
+$VIRTUAL_ENV/bin/pip install -U leap.soledad.common --find-links https://devpi.net/kali/dev
+$VIRTUAL_ENV/bin/pip install -U leap.soledad.client --find-links https://devpi.net/kali/dev
# ----------------------------------------------------------------------------------------------
# XXX hack for the namespace package not being properly handled by pyinstaller
diff --git a/pkg/next-version b/pkg/next-version
index a602fc9e..b0bb8785 100644
--- a/pkg/next-version
+++ b/pkg/next-version
@@ -1 +1 @@
-0.9.4
+0.9.5