diff --git a/CHANGELOG.md b/CHANGELOG.md index 121d620b..e8cd3f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## Version 0.2.2 (2017/08/25) + + +### Pull Requests Merged + +* [PR 111](https://github.com/spyder-ide/spyder-terminal/pull/111) - PR: Prevent tarballs and wheels to be built without server components + +In this release 1 pull request was closed. + + ## Version 0.2.1 (2017/08/22) ### Issues Closed diff --git a/spyder_terminal/__init__.py b/spyder_terminal/__init__.py index 4deb32f0..14ce9a50 100644 --- a/spyder_terminal/__init__.py +++ b/spyder_terminal/__init__.py @@ -11,5 +11,5 @@ PLUGIN_CLASS -VERSION_INFO = (0, 3, 0, 'dev0') +VERSION_INFO = (0, 2, 2) __version__ = '.'.join(map(str, VERSION_INFO))