Commit 388aa1d9 by Gabriel Falcao

release 0.1.34

includes:
  * Italian support
  * Turkish support
  * Simplified and Traditional Chinese support
  * Russian and Ukranian support
  * @before.* and @after.* callbacks now return their originally decorated functions
  * I had to add a disclaimer on letuce documentation about the poor xunit output support and step.behave_as
parent 5acaaac8
# lettuce
> Version 0.1.33 - barium
> Version 0.1.34 - barium
## 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.1.33'
version = '0.1.34'
release = 'barium'
import os
......
......@@ -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.1.33')
assert_equals(lettuce.version, '0.1.34')
def test_import():
......
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