mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 18:29:53 +00:00
Checking in changes prior to tagging of version 0.30.
Changelog diff is:
This commit is contained in:
parent
77a7d3d26a
commit
59f81b331c
2 changed files with 2 additions and 1 deletions
|
|
@ -1,2 +1,3 @@
|
|||
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
|
||||
MakeDist.destination=~/.shipit-dist/
|
||||
git.tagpattern = perl-%v
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ use strict;
|
|||
use warnings;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.29';
|
||||
our $VERSION = '0.30';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
sub true () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue