Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nazavode committed Feb 5, 2017
1 parent 2858563 commit 2f47250
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.rst
Expand Up @@ -184,8 +184,8 @@ Here you have it:
slowdown = Event("green", "yellow")
stop = Event("yellow", "red")
Using a standard format specifier with the ``automaton`` keyword and the proper output format (e.g.: ``rst``), *the
automaton representation will be inserted in the docstring during the class definition*, **just where it should be**:
Using a standard format specifier with the ``automaton`` keyword and the proper output format (e.g.: ``rst``), the
automaton representation will be inserted in the docstring during the class definition, **just where it should be**:

.. code-block:: python
Expand Down Expand Up @@ -217,6 +217,13 @@ You can find the full documentation at http://automaton.readthedocs.org.
Changes
=======

1.3.1 *(2017-02-05)*
--------------------

Changed
```````
- Fixed ``README.rst`` rendering on pypi.


1.3.0 *(2017-02-05)*
--------------------
Expand All @@ -241,7 +248,7 @@ Fixed
`````
- Severe distribution issue: package was missing some files.
- Tox testing: ``py.test`` was running against *source files*,
**not against the package installed in ``tox`` virtualenv**.
not against the package installed in ``tox`` virtualenv.


1.2.0 *(2017-01-29)*
Expand Down

0 comments on commit 2f47250

Please sign in to comment.