Commit 1ebbbfee authored by Kirill Smelkov's avatar Kirill Smelkov

pygolang v0.0.0.dev6

parent ed6b7895
Pygolang change history
=======================
0.0.0.dev6 (2018-12-13)
-----------------------
- Add `strconv` package with `quote` and `unquote` (`commit 1`__, 2__).
__ https://lab.nexedi.com/kirr/pygolang/commit/f09701b0
__ https://lab.nexedi.com/kirr/pygolang/commit/ed6b7895
- Support `PyPy` as well (commit__).
__ https://lab.nexedi.com/kirr/pygolang/commit/c859940b
0.0.0.dev5 (2018-10-30)
-----------------------
......
......@@ -8,7 +8,7 @@ def readfile(path):
setup(
name = 'pygolang',
version = '0.0.0.dev5',
version = '0.0.0.dev6',
description = 'Go-like features for Python',
long_description = '%s\n----\n\n%s' % (
readfile('README.rst'), readfile('CHANGELOG.rst')),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment