[Pkg-privacy-commits] [torbrowser-launcher] 176/476: version bump to 0.0.5
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:34 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 ceaafe52e31ac7af17e51f348d99227abd9c0acd
Author: Micah Lee <micah at micahflee.com>
Date: Tue Dec 24 16:39:41 2013 -0800
version bump to 0.0.5
---
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 e421adc..021f99b 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.4-1_all.deb
+sudo dpkg -i deb_dist/torbrowser-launcher_0.0.5-1_all.deb
diff --git a/setup.py b/setup.py
index c5bbe86..32cacaa 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ def file_list(path):
return files
setup(name='torbrowser-launcher',
- version='0.0.4',
+ version='0.0.5',
author='Micah Lee',
author_email='micah at micahflee.com',
url='https://www.github.com/micahflee/torbrowser-launcher',
diff --git a/torbrowser-launcher b/torbrowser-launcher
index 13901a5..9034fd6 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -1160,7 +1160,7 @@ class TBLLauncher:
reactor.stop()
if __name__ == "__main__":
- tor_browser_launcher_version = '0.0.4'
+ tor_browser_launcher_version = '0.0.5'
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