Skip to content

Commit ce7e82f

Browse files
committed
release 0.5.3
1 parent 74937c8 commit ce7e82f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Changelog.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## 0.5.3 ()
3+
## 0.5.3 (May, 2017)
4+
5+
Release 0.5.3 is a minor release and contains several bug fixes:
46

57
- Bug #214: `LockedMachine` as a model prevented correct addition of `on_enter/exit_<state>` (thanks to @kr2)
68
- Bug #217: Filtering rules for auto transitions in graphs falsely filtered certain transitions (thanks to @KarolOlko)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/tyarkoni/transitions.svg?branch=master)](https://travis-ci.org/tyarkoni/transitions)
44
[![Coverage Status](https://coveralls.io/repos/tyarkoni/transitions/badge.svg?branch=master&service=github)](https://coveralls.io/github/tyarkoni/transitions?branch=master)
55
[![PyPi](https://img.shields.io/pypi/v/transitions.svg)](https://pypi.org/project/transitions)
6-
[![GitHub commits](https://img.shields.io/github/commits-since/tyarkoni/transitions/0.5.2.svg)](https://github.com/tyarkoni/transitions/compare/0.5.2...master)
6+
[![GitHub commits](https://img.shields.io/github/commits-since/tyarkoni/transitions/0.5.3.svg)](https://github.com/tyarkoni/transitions/compare/0.5.3...master)
77
[![License](https://img.shields.io/github/license/tyarkoni/transitions.svg)](LICENSE)
88
<!--[![Name](Image)](Link)-->
99

0 commit comments

Comments
 (0)