Bump version to v0.6.3 and update changelog

This commit is contained in:
Jason Paryani
2018-01-14 11:57:08 -08:00
parent 1665f9003f
commit 19e1b189ca
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
## v0.6.3 (2018-01-14)
- Bump bundled capnp version to v0.6.1 (thanks to @E8Yuval)
- Fix a memleak in RemotePromise (thanks to @E8Yuval)
## v0.6.2 (2017-11-30)
- Add support for buffers/memoryviews in `from_bytes` (thanks to @aldanor)

View File

@@ -14,7 +14,7 @@ _this_dir = os.path.dirname(__file__)
MAJOR = 0
MINOR = 6
MICRO = 2
MICRO = 3
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)