mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Bump version to v0.5.12 and update CHANGELOG
This commit is contained in:
parent
341b536baf
commit
98b5ed837b
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
## v0.5.12 (2017-04-18)
|
||||
- Bump bundled capnp version to v0.5.3.1
|
||||
|
||||
## v0.5.11 (2017-04-10)
|
||||
- Make enums hashable (thanks to @madeleine-empirical)
|
||||
- Rework logic on when to build bundled libcapnp. Fixes cross-compilation (thanks to @benizl)
|
||||
|
|
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ _this_dir = os.path.dirname(__file__)
|
|||
|
||||
MAJOR = 0
|
||||
MINOR = 5
|
||||
MICRO = 11
|
||||
MICRO = 12
|
||||
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue