Skip to content

Commit

Permalink
Workflow v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
  • Loading branch information
jirikuncar authored and tiborsimko committed Oct 23, 2014
1 parent 30ba4e1 commit e6a172a
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changes
=======

Version 1.2.0 (released 2014-10-23):

- 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)

Version 1.0 (released 2011-07-07):

- Initial public release.
Expand Down
47 changes: 47 additions & 0 deletions RELEASE-NOTES.rst
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: info@invenio-software.org
| IRC: #invenio on irc.freenode.net
| Twitter: http://twitter.com/inveniosoftware
| GitHub: https://github.com/inveniosoftware/workflow
2 changes: 1 addition & 1 deletion workflow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# Do not change the format of this next line. Doing so risks breaking
# setup.py and docs/conf.py

__version__ = "1.2.0.dev20140812"
__version__ = "1.2.0"

0 comments on commit e6a172a

Please sign in to comment.