Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/overlint:master commit in: overlint/
Date: Sun, 08 Apr 2012 06:07:03
Message-Id: 1333864879.b1fb03d57cd7c43a70e2c2bcd4069daf5985b3e1.sping@gentoo
1 commit: b1fb03d57cd7c43a70e2c2bcd4069daf5985b3e1
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Sun Apr 8 06:01:19 2012 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 06:01:19 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/overlint.git;a=commit;h=b1fb03d5
7
8 Bump version to 0.4.2
9
10 ---
11 overlint/cli.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/overlint/cli.py b/overlint/cli.py
15 index 071e3e8..e2f8087 100644
16 --- a/overlint/cli.py
17 +++ b/overlint/cli.py
18 @@ -3,7 +3,7 @@
19
20 from __future__ import print_function
21
22 -VERSION_STR = '0.4.1'
23 +VERSION_STR = '0.4.2'
24
25 import sys
26 import os