[Pkg-privacy-commits] [torbrowser-launcher] 178/476: version bump to 0.0.6
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 f2dc53ef71ba5c9a6054bf9442df7a7bb95aa941
Author: Micah Lee <micah at micahflee.com>
Date: Thu Dec 26 20:09:18 2013 -0800
version bump to 0.0.6
---
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 021f99b..d3a8272 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.5-1_all.deb
+sudo dpkg -i deb_dist/torbrowser-launcher_0.0.6-1_all.deb
diff --git a/setup.py b/setup.py
index 32cacaa..31c4016 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ def file_list(path):
return files
setup(name='torbrowser-launcher',
- version='0.0.5',
+ version='0.0.6',
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 898dd17..49f0527 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -1160,7 +1160,7 @@ class TBLLauncher:
reactor.stop()
if __name__ == "__main__":
- tor_browser_launcher_version = '0.0.5'
+ tor_browser_launcher_version = '0.0.6'
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