Skip to content

Commit

Permalink
Bump version to 2019.12.06
Browse files Browse the repository at this point in the history
Also add acknowledgement to Peter van Heusden for the
Conda distribution of Benten.
  • Loading branch information
Kaushik Ghose committed Dec 7, 2019
1 parent 4ad025e commit 84868af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This is a [language server] for
[![codecov](https://codecov.io/gh/rabix/benten/branch/master/graph/badge.svg)](https://codecov.io/gh/rabix/benten)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/20839ce29ebe4004b3578d4d02031a1c)](https://www.codacy.com/app/kaushik-work/benten?utm_source=github.com&utm_medium=referral&utm_content=rabix/benten&utm_campaign=Badge_Grade)
[![PyPI version](https://badge.fury.io/py/benten.svg)](https://badge.fury.io/py/benten)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/benten.svg)](https://anaconda.org/conda-forge/benten)

_Benten_ is written using Python3 and developed against VS Code. The language
server component will work with any editor/IDE that offers language server
Expand Down Expand Up @@ -162,6 +163,9 @@ The low level client-server communication [code][jsonrpc-code] is taken from [So
(now defunct) Python Language Server][sourcegraph-python] as is the VS Code client code (which
was based originally off Microsoft's example code). The CWL preview uses [vis.js]

Thanks go to [Peter van Heusden](https://github.com/pvanheus/) for the
Benten Conda [distribution](https://github.com/conda-forge/benten-feedstock).

[jsonrpc-code]: https://github.com/sourcegraph/python-langserver/blob/master/langserver/jsonrpc.py
[sourcegraph-python]: https://github.com/sourcegraph/python-langserver
[vis.js]: http://visjs.org/
Expand Down
2 changes: 1 addition & 1 deletion benten/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2019 Seven Bridges. See LICENSE

__version__ = "2019.12.03.1"
__version__ = "2019.12.06"

0 comments on commit 84868af

Please sign in to comment.