Commit f9ff4cae by Gabriel Falcão

0.1.7

parent 152a7a78
...@@ -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 = '0.1.6' version = '0.1.7'
release = 'barium' release = 'barium'
import os import os
......
...@@ -21,7 +21,7 @@ from mox import Mox ...@@ -21,7 +21,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.1.6') assert_equals(lettuce.version, '0.1.7')
def test_import(): def test_import():
"lettuce importer does import" "lettuce importer does 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