Commit 922014f3 by Gabriel Falcao

0.2.5

parent 9730213f
# lettuce
> Version 0.2.4 - kryptonite
> Version 0.2.5 - kryptonite
## On release names
......
......@@ -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 = '0.2.4'
version = '0.2.5'
release = 'kryptonite'
import os
......
......@@ -39,7 +39,7 @@ if os.name.lower() == 'nt':
setup(
name='lettuce',
version='0.2.4',
version='0.2.5',
description='Behaviour Driven Development for python',
author=u'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.4')
assert_equals(lettuce.version, '0.2.5')
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