Commit ff2ed6ab by Gabriel Falcão

releasing 0.1.15 with contributions of Andres Jaan Tack

parent 1ffb01a1
# lettuce # lettuce
> Version 0.1.14 - barium > Version 0.1.15 - barium
## On release names ## On release names
...@@ -68,6 +68,7 @@ come with automated tests, and if suitable, with proper documentation. ...@@ -68,6 +68,7 @@ come with automated tests, and if suitable, with proper documentation.
1. [Cucumber](http://cukes.info/) crew, for creating such a AWESOME project, and for inspiring [Lettuce](http://lettuce.it/). 1. [Cucumber](http://cukes.info/) crew, for creating such a AWESOME project, and for inspiring [Lettuce](http://lettuce.it/).
2. [Tatiana](http://github.com/tatiana) for helping a lot with documentation. 2. [Tatiana](http://github.com/tatiana) for helping a lot with documentation.
3. [Django](http://djangoproject.com) which documentation structure was borrowed. 3. [Django](http://djangoproject.com) which documentation structure was borrowed.
2. [Andres Jaan Tack](http://github.com/ajtack) for his awesome contributions
# License # License
......
...@@ -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.14' version = '0.1.15'
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.14') assert_equals(lettuce.version, '0.1.15')
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