[Pkg-privacy-commits] [tails-installer] 31/31: Bump version to 3.13.0
anonym
anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:14:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
anonym-tails-guest pushed a commit to annotated tag 3.13.0
in repository tails-installer.
commit f0077380def9b9e0436c86ea7ac3b06acad2fcdf
Author: Luke Macken <lmacken at redhat.com>
Date: Wed Nov 26 15:11:30 2014 -0700
Bump version to 3.13.0
---
liveusb-creator | 2 +-
liveusb-creator.spec | 7 +++++--
setup.py | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/liveusb-creator b/liveusb-creator
index 3dd7026..a6ad31c 100755
--- a/liveusb-creator
+++ b/liveusb-creator
@@ -23,7 +23,7 @@ import sys
from liveusb import _
-__version__ = '3.12.1'
+__version__ = '3.13.0'
def parse_args():
from optparse import OptionParser
diff --git a/liveusb-creator.spec b/liveusb-creator.spec
index 52554db..479d88d 100644
--- a/liveusb-creator.spec
+++ b/liveusb-creator.spec
@@ -7,8 +7,8 @@
%endif
Name: liveusb-creator
-Version: 3.12.1
-Release: 2%{?dist}
+Version: 3.13.0
+Release: 1%{?dist}
Summary: A liveusb creator
Group: Applications/System
@@ -84,6 +84,9 @@ rm -rf %{buildroot}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%changelog
+* Wed Nov 26 2014 Luke Macken <lmacken at redhat.com> - 3.13.0-1
+- Latest upstream release with bug fixes and interface improvements.
+
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.12.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
diff --git a/setup.py b/setup.py
index dc31d7f..702e151 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
from distutils.core import setup
import sys, os
-VERSION = '3.12.1'
+VERSION = '3.13.0'
LOCALE_DIR= '/usr/share/locale'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git
More information about the Pkg-privacy-commits
mailing list