Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:catalyst-3.0-stable commit in: catalyst/
Date: Sat, 03 Oct 2020 16:05:40
Message-Id: 1601741087.09bdc97e0da16f730deb2058cca3202f467d40a1.mattst88@gentoo
1 commit: 09bdc97e0da16f730deb2058cca3202f467d40a1
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 16:04:47 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 16:04:47 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=09bdc97e
7
8 catalyst 3.0.14
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 catalyst/version.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/catalyst/version.py b/catalyst/version.py
16 index da727956..f0268686 100644
17 --- a/catalyst/version.py
18 +++ b/catalyst/version.py
19 @@ -12,7 +12,7 @@ import os
20
21 from snakeoil.version import get_git_version as get_ver
22
23 -__version__= "3.0.13"
24 +__version__= "3.0.14"
25 _ver = None