File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.6.7 (May, 2018)
4
+
5
+ Release 0.6.7 is identical to 0.6.6. A release had been necessary due to #294 related to PyPI.
6
+
3
7
## 0.6.6 (May, 2018)
4
8
5
9
Release 0.6.6 is a minor release and contains several bugfixes and new features:
Original file line number Diff line number Diff line change 1
1
# <a name =" transitions-module " ></a > transitions
2
- [ ![ Version] ( https://img.shields.io/badge/version-v0.6.6 -orange.svg )] ( https://github.com/pytransitions/transitions )
2
+ [ ![ Version] ( https://img.shields.io/badge/version-v0.6.7 -orange.svg )] ( https://github.com/pytransitions/transitions )
3
3
[ ![ Build Status] ( https://travis-ci.org/pytransitions/transitions.svg?branch=master )] ( https://travis-ci.org/pytransitions/transitions )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/pytransitions/transitions/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/pytransitions/transitions?branch=master )
5
5
[ ![ Pylint] ( https://img.shields.io/badge/pylint-9.71%2F10-green.svg )] ( https://github.com/pytransitions/transitions )
6
6
[ ![ PyPi] ( https://img.shields.io/pypi/v/transitions.svg )] ( https://pypi.org/project/transitions )
7
- [ ![ GitHub commits] ( https://img.shields.io/github/commits-since/pytransitions/transitions/0.6.5 .svg )] ( https://github.com/pytransitions/transitions/compare/0.6.5 ...master )
7
+ [ ![ GitHub commits] ( https://img.shields.io/github/commits-since/pytransitions/transitions/0.6.6 .svg )] ( https://github.com/pytransitions/transitions/compare/0.6.6 ...master )
8
8
[ ![ License] ( https://img.shields.io/github/license/pytransitions/transitions.svg )] ( LICENSE )
9
9
<!-- [](Link)-->
10
10
@@ -685,7 +685,7 @@ print(lump.state)
685
685
>> > initial
686
686
```
687
687
688
- ### <a name =" execution-order " > Callback resolution and execution order
688
+ ### <a name =" execution-order " ></ a > Callback resolution and execution order
689
689
690
690
As you have probably already realized, the standard way of passing callbacks to states and transitions is by name.
691
691
When processing callbacks, Transitions will use the name to retrieve the related callback from the model.
Original file line number Diff line number Diff line change 6
6
7
7
with open ("README.md" ) as f :
8
8
# cut the badges from the description and also the TOC which is currently not working on PyPi
9
- long_description = '\n ' .join (f .readlines ()[49 :])
9
+ long_description = '' .join (f .readlines ()[49 :])
10
10
11
11
if len (set (('test' , 'easy_install' )).intersection (sys .argv )) > 0 :
12
12
import setuptools
Original file line number Diff line number Diff line change 2
2
to determine transitions's version during runtime.
3
3
"""
4
4
5
- __version__ = '0.6.6 '
5
+ __version__ = '0.6.7 '
You can’t perform that action at this time.
0 commit comments