Commit a6461d09 by Gabriel Falcao

new release 0.2.19

parent 3b05fe59
# lettuce # lettuce
> Version 0.2.16 - kryptonite > Version 0.2.19 - kryptonite
[![Build Status](https://secure.travis-ci.org/gabrielfalcao/lettuce.png)](http://travis-ci.org/gabrielfalcao/lettuce) [![Build Status](https://secure.travis-ci.org/gabrielfalcao/lettuce.png)](http://travis-ci.org/gabrielfalcao/lettuce)
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
__version__ = version = '0.2.18' __version__ = version = '0.2.19'
release = 'kryptonite' release = 'kryptonite'
......
...@@ -39,7 +39,7 @@ if os.name.lower() == 'nt': ...@@ -39,7 +39,7 @@ if os.name.lower() == 'nt':
setup( setup(
name='lettuce', name='lettuce',
version='0.2.18', version='0.2.19',
description='Behaviour Driven Development for python', description='Behaviour Driven Development for python',
author='Gabriel Falcao', author='Gabriel Falcao',
author_email='gabriel@nacaolivre.org', author_email='gabriel@nacaolivre.org',
......
...@@ -22,7 +22,7 @@ from mox import Mox ...@@ -22,7 +22,7 @@ from mox import Mox
def test_has_version(): def test_has_version():
"A nice python module is supposed to have a version" "A nice python module is supposed to have a version"
assert_equals(lettuce.version, '0.2.18') assert_equals(lettuce.version, '0.2.19')
def test_has_release(): def test_has_release():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment