[Pkg-privacy-commits] [torbrowser-launcher] 121/476: changed version number to 0.0.2, so I can write settings migration

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.

commit 786636aeb38097e60980181a18345533cc0179c4
Author: Micah Lee <micahflee at riseup.net>
Date:   Tue Apr 16 18:35:21 2013 -0700

    changed version number to 0.0.2, so I can write settings migration
---
 build_and_install.sh | 2 +-
 setup.py             | 2 +-
 torbrowser-launcher  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build_and_install.sh b/build_and_install.sh
index e9832d8..e18ef48 100755
--- a/build_and_install.sh
+++ b/build_and_install.sh
@@ -10,5 +10,5 @@ rm -r deb_dist
 python setup.py --command-packages=stdeb.command bdist_deb
 
 # install it
-sudo dpkg -i deb_dist/torbrowser-launcher_0.0.1-1_all.deb
+sudo dpkg -i deb_dist/torbrowser-launcher_0.0.2-1_all.deb
 
diff --git a/setup.py b/setup.py
index dcb5e35..365c42f 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 from distutils.core import setup
 
 setup(name='torbrowser-launcher',
-      version='0.0.1',
+      version='0.0.2',
       author='Micah Lee',
       author_email='micahflee at riseup.net',
       url='https://www.github.com/micahflee/torbrowser-launcher',
diff --git a/torbrowser-launcher b/torbrowser-launcher
index fc2fa5b..86469fd 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -810,7 +810,7 @@ class TBLLauncher:
             reactor.stop()
 
 if __name__ == "__main__":
-    tor_browser_launcher_version = '0.0.1'
+    tor_browser_launcher_version = '0.0.2'
 
     print _('Tor Browser Launcher')
     print _('By Micah Lee, licensed under GPLv3')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git



More information about the Pkg-privacy-commits mailing list