Skip to content

Commit

Permalink
Releasing v0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinson committed Jun 29, 2018
1 parent 06d418e commit 6674461
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"Locale::Po4a::TransTractor" : {
"file" : "lib/Locale/Po4a/TransTractor.pm",
"version" : "0.53"
"version" : "0.54"
},
"Locale::Po4a::Wml" : {
"file" : "lib/Locale/Po4a/Wml.pm"
Expand All @@ -119,6 +119,6 @@
"http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt"
]
},
"version" : "0.53",
"version" : "0.54",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
}
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ user-visible changes while the day to day changes are in the git logs.
=======================================================================
___ ____ _ _
__ __/ _ \ | ___|| || |
\ \ / / | | ||___ \| || |_
\ \ / / | | ||___ \| || |_ Back on track. Again.
\ V /| |_| | ___) |__ _|
\_/ \___(_)____/ |_| (not released yet)
\_/ \___(_)____/ |_| (released 2018-06-30)

Yaml:
* Fix the behavior with utf-8 files, thanks to Zero King (GitHub's #112)
Expand Down
2 changes: 1 addition & 1 deletion lib/Locale/Po4a/TransTractor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use warnings;

use subs qw(makespace);
use vars qw($VERSION @ISA @EXPORT);
$VERSION="0.53";
$VERSION="0.54";
@ISA = qw(DynaLoader);
@EXPORT = qw(new process translate
read write readpo writepo
Expand Down
4 changes: 2 additions & 2 deletions po/bin/po4a.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: po4a 0.53\n"
"Project-Id-Version: po4a 0.54\n"
"Report-Msgid-Bugs-To: po4a@packages.debian.org\n"
"POT-Creation-Date: 2018-06-16 23:34+0200\n"
"POT-Creation-Date: 2018-06-30 00:08+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
4 changes: 2 additions & 2 deletions po/pod/po4a-pod.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: po4a 0.53\n"
"Project-Id-Version: po4a 0.54\n"
"Report-Msgid-Bugs-To: devel@lists.po4a.org\n"
"POT-Creation-Date: 2018-06-24 00:40+0200\n"
"POT-Creation-Date: 2018-06-30 00:08+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down

0 comments on commit 6674461

Please sign in to comment.