Skip to content

Commit a6461d0

Browse files
committed
new release 0.2.19
1 parent 3b05fe5 commit a6461d0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# lettuce
2-
> Version 0.2.16 - kryptonite
2+
> Version 0.2.19 - kryptonite
33
44
[![Build Status](https://secure.travis-ci.org/gabrielfalcao/lettuce.png)](http://travis-ci.org/gabrielfalcao/lettuce)
55

lettuce/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# You should have received a copy of the GNU General Public License
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

18-
__version__ = version = '0.2.18'
18+
__version__ = version = '0.2.19'
1919

2020
release = 'kryptonite'
2121

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_packages():
3939

4040
setup(
4141
name='lettuce',
42-
version='0.2.18',
42+
version='0.2.19',
4343
description='Behaviour Driven Development for python',
4444
author='Gabriel Falcao',
4545
author_email='gabriel@nacaolivre.org',

tests/unit/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
def test_has_version():
2424
"A nice python module is supposed to have a version"
25-
assert_equals(lettuce.version, '0.2.18')
25+
assert_equals(lettuce.version, '0.2.19')
2626

2727

2828
def test_has_release():

0 commit comments

Comments
 (0)