Skip to content

Commit 790a8a7

Browse files
ianliniDonJayamanne
authored andcommitted
march -> april (DonJayamanne#899)
1 parent 8445fd6 commit 790a8a7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### Version 0.6.3 (19 March 2017)
1+
### Version 0.6.3 (19 April 2017)
22
* Fix debugger issue [#893](https://github.com/DonJayamanne/pythonVSCode/issues/893)
33
* Improvements to debugging unit tests (check if string starts with, instead of comparing equality) [#797](https://github.com/DonJayamanne/pythonVSCode/issues/797)
44

5-
### Version 0.6.2 (13 March 2017)
5+
### Version 0.6.2 (13 April 2017)
66
* Fix incorrect indenting [#880](https://github.com/DonJayamanne/pythonVSCode/issues/880)
77

88
#### Thanks
99
* [Yuwei Ba](https://github.com/ibigbug)
1010

11-
### Version 0.6.1 (10 March 2017)
11+
### Version 0.6.1 (10 April 2017)
1212
* Add support for new variable syntax in upcoming VS Code release [#774](https://github.com/DonJayamanne/pythonVSCode/issues/774), [#855](https://github.com/DonJayamanne/pythonVSCode/issues/855), [#873](https://github.com/DonJayamanne/pythonVSCode/issues/873), [#823](https://github.com/DonJayamanne/pythonVSCode/issues/823)
1313
* Resolve issues in code refactoring [#802](https://github.com/DonJayamanne/pythonVSCode/issues/802), [#824](https://github.com/DonJayamanne/pythonVSCode/issues/824), [#825](https://github.com/DonJayamanne/pythonVSCode/pull/825)
1414
* Changes to labels in Python Interpreter lookup [#815](https://github.com/DonJayamanne/pythonVSCode/pull/815)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,17 @@ For further information and details continue through to the [documentation](http
100100

101101
## [Change Log](https://github.com/DonJayamanne/pythonVSCode/blob/master/CHANGELOG.md)
102102

103-
### Version 0.6.3 (19 March 2017)
103+
### Version 0.6.3 (19 April 2017)
104104
* Fix debugger issue [#893](https://github.com/DonJayamanne/pythonVSCode/issues/893)
105105

106-
### Version 0.6.2 (13 March 2017)
106+
### Version 0.6.2 (13 April 2017)
107107
* Fix incorrect indenting [#880](https://github.com/DonJayamanne/pythonVSCode/issues/880)
108108
* Improvements to debugging unit tests (check if string starts with, instead of comparing equality) [#797](https://github.com/DonJayamanne/pythonVSCode/issues/797)
109109

110110
#### Thanks
111111
* [Yuwei Ba](https://github.com/ibigbug)
112112

113-
### Version 0.6.1 (10 March 2017)
113+
### Version 0.6.1 (10 April 2017)
114114
* Add support for new variable syntax in upcoming VS Code release [#774](https://github.com/DonJayamanne/pythonVSCode/issues/774), [#855](https://github.com/DonJayamanne/pythonVSCode/issues/855), [#873](https://github.com/DonJayamanne/pythonVSCode/issues/873), [#823](https://github.com/DonJayamanne/pythonVSCode/issues/823)
115115
* Resolve issues in code refactoring [#802](https://github.com/DonJayamanne/pythonVSCode/issues/802), [#824](https://github.com/DonJayamanne/pythonVSCode/issues/824), [#825](https://github.com/DonJayamanne/pythonVSCode/pull/825)
116116
* Changes to labels in Python Interpreter lookup [#815](https://github.com/DonJayamanne/pythonVSCode/pull/815)

0 commit comments

Comments
 (0)