-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jiri Kuncar <[email protected]> Signed-off-by: Tibor Simko <[email protected]>
- Loading branch information
1 parent
30ba4e1
commit e6a172a
Showing
3 changed files
with
62 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
============================= | ||
Workflow v1.2.0 is released | ||
============================= | ||
|
||
Workflow v1.2.0 was released on October 23, 2014. | ||
|
||
About | ||
----- | ||
|
||
Workflow is a Finite State Machine with memory. It is used to execute | ||
set of methods in a specified order. | ||
|
||
Workflow was originally developed by Roman Chyla. It is now being | ||
maintained by the Invenio collaboration. | ||
|
||
What's new | ||
---------- | ||
|
||
- Fix interference with the logging level. (#22 #23) | ||
- Test runner is using Pytest. (#21) | ||
- Python 3 support. (#7) | ||
- Code style follows PEP8 and PEP257. (#6 #14) | ||
- Improved Sphinx documentation. (#5 #28) | ||
- Simplification of licensing. (#27) | ||
- Spelling mistake fixes. (#26) | ||
- Testing with Tox support. (#4) | ||
- Configuration for Travis-Cl testing service. (#3) | ||
- Test coverage report. (#2) | ||
- Unix style line terminators. (#10) | ||
|
||
Installation | ||
------------ | ||
|
||
$ pip install workflow | ||
|
||
Documentation | ||
------------- | ||
|
||
http://workflow.readthedocs.org/en/v1.2.0 | ||
|
||
Good luck and thanks for using Workflow. | ||
|
||
| Invenio Development Team | ||
| Email: [email protected] | ||
| IRC: #invenio on irc.freenode.net | ||
| Twitter: http://twitter.com/inveniosoftware | ||
| GitHub: https://github.com/inveniosoftware/workflow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters