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
dfd6af98
Commit
dfd6af98
authored
Feb 04, 2011
by
Gabriel Falcão
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump to 0.1.20, adding release notes. closes #99
parent
4b07b13e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
README.md
+1
-1
RELEASE-NOTES.md
+8
-0
lettuce/__init__.py
+1
-1
tests/unit/test_main.py
+1
-1
No files found.
README.md
View file @
dfd6af98
# lettuce
# lettuce
> Version 0.1.
19
- barium
> Version 0.1.
20
- barium
## On release names
## On release names
...
...
RELEASE-NOTES.md
0 → 100644
View file @
dfd6af98
# Release Notes
## barium
### 0.1.20
1.
Supporting multi line steps
[
like in cucumber
](
https://github.com/aslakhellesoy/cucumber/wiki/multiline-step-arguments
)
,
[
thanks
](
https://github.com/gabrielfalcao/lettuce/pull/104
)
to
[
@pib
](
https://github.com/pib
)
for his terrific code.
2.
Now we have release notes :)
lettuce/__init__.py
View file @
dfd6af98
...
@@ -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.
19
'
version
=
'0.1.
20
'
release
=
'barium'
release
=
'barium'
import
os
import
os
...
...
tests/unit/test_main.py
View file @
dfd6af98
...
@@ -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.
19
'
)
assert_equals
(
lettuce
.
version
,
'0.1.
20
'
)
def
test_import
():
def
test_import
():
"lettuce importer does import"
"lettuce importer does import"
...
...
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