Skip to content

Commit

Permalink
Add v0.2.2 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Aug 25, 2017
1 parent 9ecfd00 commit 077b32f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion spyder_terminal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

PLUGIN_CLASS

VERSION_INFO = (0, 3, 0, 'dev0')
VERSION_INFO = (0, 2, 2)
__version__ = '.'.join(map(str, VERSION_INFO))

0 comments on commit 077b32f

Please sign in to comment.