File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.6.8 (May, 2018)
4
+
5
+ Release 0.6.8 is a minor release and contains a critical bugfix:
6
+
7
+ - Bugfix #301 : Reading ` Readme.md ` in ` setup.py ` causes a ` UnicodeDecodeError ` in non-UTF8-locale environments (thanks @jodal )
8
+
3
9
## 0.6.7 (May, 2018)
4
10
5
11
Release 0.6.7 is identical to 0.6.6. A release had been necessary due to #294 related to PyPI.
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.7 -orange.svg )] ( https://github.com/pytransitions/transitions )
2
+ [ ![ Version] ( https://img.shields.io/badge/version-v0.6.8 -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 )
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.7 '
5
+ __version__ = '0.6.8 '
You can’t perform that action at this time.
0 commit comments