Skip to content

Commit

Permalink
Prepare 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Jul 6, 2018
1 parent 7bfcaa0 commit 480721a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

Unreleased
----------
1.3.0 (2018-07-06)
------------------

Priority can be defined on transitions, allowing to simulate default transitions and to break non-deterministic
situations when many transitions are triggered for a single source state:
Expand Down Expand Up @@ -51,7 +51,6 @@ And other small changes:
- (Changed) Drop official support for Python 3.4.



1.2.2 (2018-06-21)
------------------

Expand Down
2 changes: 1 addition & 1 deletion sismic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__package__ = 'sismic'
__version__ = '1.2.2'
__version__ = '1.3.0'
__licence__ = 'LGPL3'
__author__ = 'Alexandre Decan'
__url__ = 'https://github.com/AlexandreDecan/sismic/'
Expand Down
2 changes: 1 addition & 1 deletion sismic/interpreter/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import (Any, Callable, Dict, Iterable, List, Mapping, Optional,
Set, Tuple, Union, cast)

from .._utilities import sorted_groupby
from ..utilities import sorted_groupby
from ..clock import Clock, SimulatedClock, SynchronizedClock
from ..code import Evaluator, PythonEvaluator
from ..exceptions import (ConflictingTransitionsError, InvariantError,
Expand Down
File renamed without changes.

0 comments on commit 480721a

Please sign in to comment.