mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Bump to v0.6.1 and update changelog
This commit is contained in:
parent
b3ab9ab2a6
commit
0242ba2d33
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
## v0.6.1 (2017-07-27)
|
||||
- Fixed upload to PyPi (forgot to cythonize)
|
||||
|
||||
## v0.6.0 (2017-07-27)
|
||||
- Update bundled capnp version to v0.6.0 and fix related problems (thanks to @benmoran)
|
||||
- Fix memleak with KjException (thanks to @tsh56)
|
||||
|
|
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ _this_dir = os.path.dirname(__file__)
|
|||
|
||||
MAJOR = 0
|
||||
MINOR = 6
|
||||
MICRO = 0
|
||||
MICRO = 1
|
||||
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue