mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
bump to 0.16
This commit is contained in:
parent
1fe4109a42
commit
b9bca2a19f
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
0.16
|
||||
|
||||
- tests on 64bit machines with -Duselongdouble
|
||||
(reported by andk)
|
||||
|
||||
0.15
|
||||
|
||||
- better argument validation.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ use warnings;
|
|||
use XSLoader;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.15';
|
||||
our $VERSION = '0.16';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
our $true = do { bless \(my $dummy = 1), "Data::MessagePack::Boolean" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue