Skip to content

Commit 71c3706

Browse files
committed
Release 0.1.1
1 parent 9e987cc commit 71c3706

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## Version 0.1.1 (2017-08-16)
2+
3+
### Issues Closed
4+
5+
* [Issue 55](https://github.com/spyder-ide/spyder-reports/issues/55) - Add Python 2 Support
6+
* [Issue 54](https://github.com/spyder-ide/spyder-reports/issues/54) - Add build and dist to .gitignore
7+
* [Issue 53](https://github.com/spyder-ide/spyder-reports/issues/53) - Change readme image url for complete url
8+
9+
In this release 3 issues were closed.
10+
11+
### Pull Requests Merged
12+
13+
* [PR 57](https://github.com/spyder-ide/spyder-reports/pull/57) - PR: Misc fixes
14+
* [PR 56](https://github.com/spyder-ide/spyder-reports/pull/56) - PR: Add Python 2 support
15+
16+
In this release 2 pull requests were merged
17+
118
## Version 0.1 (2017-08-15)
219

320
### New features

spyder_reports/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# (see LICENSE.txt for details)
77
# -----------------------------------------------------------------------------
88
"""Version File."""
9-
VERSION_INFO = (0, 2, 0, 'dev0')
9+
VERSION_INFO = (0, 1, 1)
1010
__version__ = '.'.join(map(str, VERSION_INFO))

0 commit comments

Comments
 (0)