Skip to content

Commit

Permalink
Version 0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
niner committed Aug 4, 2017
1 parent 7784841 commit d636136
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension Inline::Python.

0.55 Tue Jul 03 09:30:00 CEST 2017 (Stefan Seifert)
- Pass Python floats as floats to Perl, not as string.

0.54 Tue Jun 13 08:40:00 CEST 2017 (Stefan Seifert)
- Fix object stringification crashing on Perl < 5.16 (RT #122082)

Expand Down
2 changes: 1 addition & 1 deletion Python.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require DynaLoader;
require Exporter;
our ($VERSION, @ISA, @EXPORT_OK);
@ISA = qw(Inline DynaLoader Exporter);
$VERSION = '0.54';
$VERSION = '0.55';
@EXPORT_OK = qw(py_eval
py_new_object
py_call_method
Expand Down

0 comments on commit d636136

Please sign in to comment.