Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lettuce
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
lettuce
Commits
179bc173
Commit
179bc173
authored
Jun 16, 2012
by
Gabriel Falcao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bumping lettuce to 0.2.4
parent
67fe332d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
+1
-1
lettuce/__init__.py
+1
-1
setup.py
+1
-1
tests/unit/test_main.py
+1
-1
No files found.
README.md
View file @
179bc173
# lettuce
# lettuce
> Version 0.2.
3
- kryptonite
> Version 0.2.
4
- kryptonite
## On release names
## On release names
...
...
lettuce/__init__.py
View file @
179bc173
...
@@ -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.2.
3
'
version
=
'0.2.
4
'
release
=
'kryptonite'
release
=
'kryptonite'
import
os
import
os
...
...
setup.py
View file @
179bc173
...
@@ -39,7 +39,7 @@ if os.name.lower() == 'nt':
...
@@ -39,7 +39,7 @@ if os.name.lower() == 'nt':
setup
(
setup
(
name
=
'lettuce'
,
name
=
'lettuce'
,
version
=
'0.2.
3
'
,
version
=
'0.2.
4
'
,
description
=
'Behaviour Driven Development for python'
,
description
=
'Behaviour Driven Development for python'
,
author
=
u'Gabriel Falcao'
,
author
=
u'Gabriel Falcao'
,
author_email
=
'gabriel@nacaolivre.org'
,
author_email
=
'gabriel@nacaolivre.org'
,
...
...
tests/unit/test_main.py
View file @
179bc173
...
@@ -22,7 +22,7 @@ from mox import Mox
...
@@ -22,7 +22,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.2.
3
'
)
assert_equals
(
lettuce
.
version
,
'0.2.
4
'
)
def
test_has_release
():
def
test_has_release
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment