File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " A vscode extension and language server for zc.buildout" ,
4
4
"author" : " Jérome Perrin" ,
5
5
"license" : " SEE LICENSE IN LICENSE.txt" ,
6
- "version" : " 0.8.2 " ,
6
+ "version" : " 0.8.3 " ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
9
"url" : " https://github.com/perrinjerome/vscode-zc-buildout"
Original file line number Diff line number Diff line change @@ -170,7 +170,8 @@ and this project adheres to [Semantic Versioning][semver].
170
170
171
171
[ keepachangelog ] : https://keepachangelog.com/en/1.0.0/
172
172
[ semver ] : https://semver.org/spec/v2.0.0.html
173
- [ unreleased ] : https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.8.2...main
173
+ [ unreleased ] : https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.8.3...main
174
+ [ 0.8.3 ] : https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.8.2...v0.8.3
174
175
[ 0.8.2 ] : https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.8.1...v0.8.2
175
176
[ 0.8.1 ] : https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.8.0...v0.8.1
176
177
[ 0.8.0 ] : https://github.com/perrinjerome/vscode-zc-buildout/compare/v0.7.1...v0.8.0
Original file line number Diff line number Diff line change 15
15
16
16
setup (
17
17
name = 'zc.buildout.languageserver' ,
18
- version = '0.8.2 ' ,
18
+ version = '0.8.3 ' ,
19
19
description = 'A language server for zc.buildout' ,
20
20
long_description = long_description ,
21
21
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments