Commit 19e6f8cd by Gabriel Falcao

releasing 0.2.20

parent 27a99c12
......@@ -46,7 +46,7 @@ deploy-documentation:documentation withdraw-documentation
deploy: deploy-documentation
release: clean unit functional integration doctest deploy-documentation publish
release: clean unit functional doctest deploy-documentation publish
@printf "Exporting to $(filename)... "
@tar czf $(filename) lettuce setup.py README.md COPYING
@echo "DONE!"
......
# lettuce
> Version 0.2.19 - kryptonite
> Version 0.2.20 - kryptonite
[![Build Status](https://secure.travis-ci.org/gabrielfalcao/lettuce.png)](http://travis-ci.org/gabrielfalcao/lettuce)
[![tip for next commit](http://tip4commit.com/projects/132.svg)](http://tip4commit.com/projects/132)
......
......@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__version__ = version = '0.2.19'
__version__ = version = '0.2.20'
release = 'kryptonite'
......
......@@ -39,7 +39,7 @@ if os.name.lower() == 'nt':
setup(
name='lettuce',
version='0.2.19',
version='0.2.20',
description='Behaviour Driven Development for python',
author='Gabriel Falcao',
author_email='gabriel@nacaolivre.org',
......
......@@ -22,7 +22,7 @@ from mox import Mox
def test_has_version():
"A nice python module is supposed to have a version"
assert_equals(lettuce.version, '0.2.19')
assert_equals(lettuce.version, '0.2.20')
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