mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Bump version for v0.4.5. Add changes to changelog
This commit is contained in:
parent
1eafc412a8
commit
ecb703eae0
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
## v0.4.5 (2014-6-26)
|
||||
- Fix `to_dict` not converting enums to strings
|
||||
|
||||
## v0.4.4 (2014-04-25)
|
||||
- Fix compilation problem with gcc 4.8
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ import os
|
|||
|
||||
MAJOR = 0
|
||||
MINOR = 4
|
||||
MICRO = 4
|
||||
MICRO = 5
|
||||
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
|
||||
|
||||
def write_version_py(filename=None):
|
||||
|
|
Loading…
Add table
Reference in a new issue