File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,6 +148,10 @@ More information in SublimeCodeIntel/CodeIntelSources/`src <https://github.com/S
148148
149149What's New
150150----------
151+ v2.0.4 (16-09-2013):
152+
153+ * First non-pre-release for ST3
154+
151155
152156v2.0.3 (14-09-2013):
153157
Original file line number Diff line number Diff line change 6969"""
7070from __future__ import print_function
7171
72- VERSION = "2.0.3 "
72+ VERSION = "2.0.4 "
7373
7474import os
7575import re
Original file line number Diff line number Diff line change 1+ SublimeCodeIntel v2.0.4 Release Notes
2+ =====================================
3+ [Please restart Sublime Text after reading this. In case of trouble, please read the Troubleshooting section in the README]
4+
5+
6+ CHANGES/FIXES
7+
8+ * First non-pre-release for ST3
Original file line number Diff line number Diff line change 1515 {
1616 "platforms" : " *" ,
1717 "sublime_text" : " <3000" ,
18- "version" : " 2.0.3 " ,
19- "url" : " https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.0.3 .zip" ,
20- "date" : " 2013-09-14 0:00:00"
18+ "version" : " 2.0.4 " ,
19+ "url" : " https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.0.4 .zip" ,
20+ "date" : " 2013-09-16 0:00:00"
2121 },
2222 {
2323 "platforms" : " *" ,
2424 "sublime_text" : " >=3000" ,
25- "version" : " 2.0.3- st3" ,
26- "url" : " https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.0.3- st3.zip" ,
27- "date" : " 2013-09-14 0:00:00"
25+ "version" : " 2.0.4+ st3" ,
26+ "url" : " https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.0.4+ st3.zip" ,
27+ "date" : " 2013-09-16 0:00:00"
2828 }
2929 ]
3030 }
You can’t perform that action at this time.
0 commit comments