diff --git a/Changelog.md b/Changelog.md index f805a81f..8684c953 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # Changelog -## 0.8.11 () +## 0.8.11 (February 2022) Release 0.8.11 is the last 0.8 release and contains fixes for Python 3.10 compatibility issues diff --git a/README.md b/README.md index 713df88b..d6df176a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://github.com/pytransitions/transitions/actions/workflows/pytest.yml/badge.svg)](https://github.com/pytransitions/transitions/actions?query=workflow%3Apytest) [![Coverage Status](https://coveralls.io/repos/pytransitions/transitions/badge.svg?branch=master&service=github)](https://coveralls.io/github/pytransitions/transitions?branch=master) [![PyPi](https://img.shields.io/pypi/v/transitions.svg)](https://pypi.org/project/transitions) -[![GitHub commits](https://img.shields.io/github/commits-since/pytransitions/transitions/0.8.10.svg)](https://github.com/pytransitions/transitions/compare/0.8.10...master) +[![GitHub commits](https://img.shields.io/github/commits-since/pytransitions/transitions/0.8.11.svg)](https://github.com/pytransitions/transitions/compare/0.8.11...master) [![License](https://img.shields.io/github/license/pytransitions/transitions.svg)](LICENSE) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pytransitions/transitions/master?filepath=examples%2FPlayground.ipynb) diff --git a/transitions/version.py b/transitions/version.py index 5cd45ae6..fb3872ef 100644 --- a/transitions/version.py +++ b/transitions/version.py @@ -2,4 +2,4 @@ to determine transitions' version during runtime. """ -__version__ = '0.8.10' +__version__ = '0.8.11'