File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ))
You can’t perform that action at this time.
0 commit comments