Skip to content

Commit

Permalink
releasing 0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Oct 1, 2014
1 parent 27a99c1 commit 19e6f8c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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!"
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
# 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)
Expand Down
2 changes: 1 addition & 1 deletion lettuce/__init__.py
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@ def get_packages():

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',
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_main.py
Expand Up @@ -22,7 +22,7 @@

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():
Expand Down

0 comments on commit 19e6f8c

Please sign in to comment.