Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Jan 25, 2016
1 parent bb231aa commit d62d65a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.17.0 (unreleased)
0.17.1 (2016-01-25)
-------------------

Many backward incompatible changes in this update, especially if you used to work with ``model``.
Expand Down Expand Up @@ -42,7 +42,7 @@ The YAML format of a statechart also changed, look carefully at the changelog an
- (Removed) State: ``CompositeStateMixin.children``, use ``Statechart.children_for`` instead.


0.16.0 (2015-01-15)
0.16.0 (2016-01-15)
-------------------

- (Added) An ``InternalEvent`` subclass for ``model.Event``.
Expand All @@ -53,13 +53,13 @@ The YAML format of a statechart also changed, look carefully at the changelog an
- (Fixed) ``Story.story_from_trace`` now ignores internal events (#19).
- (Fixed) Condition C3 in ``Statechart.validate``.

0.15.0 (2015-01-12)
0.15.0 (2016-01-12)
-------------------

- (Changed) Rename ``Interpreter.send`` to ``Interpreter.queue`` (#18).
- (Changed) Rename ``evaluator`` module to ``code``.

0.14.3 (2015-01-12)
0.14.3 (2016-01-12)
-------------------

- (Added) Changelog.
Expand Down
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ Sismic for Python
:target: https://travis-ci.org/AlexandreDecan/sismic
.. image:: https://coveralls.io/repos/AlexandreDecan/sismic/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/AlexandreDecan/sismic?branch=master
.. image:: https://landscape.io/github/AlexandreDecan/sismic/master/landscape.svg?style=flat
:target: https://landscape.io/github/AlexandreDecan/sismic/master
.. image:: https://badge.fury.io/py/sismic.svg
:target: https://pypi.python.org/pypi/sismic
.. image:: https://readthedocs.org/projects/sismic/badge/?version=stable
Expand Down
2 changes: 0 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Sismic user manual
:target: https://travis-ci.org/AlexandreDecan/sismic
.. image:: https://coveralls.io/repos/AlexandreDecan/sismic/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/AlexandreDecan/sismic?branch=master
.. image:: https://landscape.io/github/AlexandreDecan/sismic/master/landscape.svg?style=flat
:target: https://landscape.io/github/AlexandreDecan/sismic/master
.. image:: https://badge.fury.io/py/sismic.svg
:target: https://pypi.python.org/pypi/sismic
.. image:: https://readthedocs.org/projects/sismic/badge/?version=stable
Expand Down

0 comments on commit d62d65a

Please sign in to comment.