Skip to content

Commit 1dcd493

Browse files
Prepare for 0.39 version
1 parent ce767bf commit 1dcd493

File tree

168 files changed

+251
-249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+251
-249
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.39
2+
13
0.38 2025-08-03T11:12:14+02:00
24
- Add Languages::all_term_languages_codes() subroutine.
35
- Add Term object.

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ resources:
4242
homepage: https://github.com/michal-josef-spacek/Wikibase-Datatype
4343
license: http://opensource.org/licenses/bsd-license.php
4444
repository: git://github.com/michal-josef-spacek/Wikibase-Datatype
45-
version: '0.38'
45+
version: '0.39'

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test_requires 'Test::MockObject' => 0;
3737
test_requires 'Test::More' => 0;
3838
test_requires 'Test::NoWarnings' => 0;
3939
tests_recursive;
40-
version '0.38';
40+
version '0.39';
4141

4242
# Run.
4343
WriteAll();

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ LICENSE AND COPYRIGHT
9999
BSD 2-Clause License
100100

101101
VERSION
102-
0.38
102+
0.39
103103

lib/Test/Shared/Fixture/Wikibase/Datatype/Form/Wikidata/DogCzechSingular.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Wikibase::Datatype::Value::Item;
1111
use Wikibase::Datatype::Value::Monolingual;
1212
use Wikibase::Datatype::Value::String;
1313

14-
our $VERSION = 0.38;
14+
our $VERSION = 0.39;
1515

1616
sub new {
1717
my $class = shift;
@@ -183,6 +183,6 @@ BSD 2-Clause License
183183
184184
=head1 VERSION
185185
186-
0.38
186+
0.39
187187
188188
=cut

lib/Test/Shared/Fixture/Wikibase/Datatype/Item/Wikidata/Dog.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use Wikibase::Datatype::Statement;
1212
use Wikibase::Datatype::Value::Item;
1313
use Wikibase::Datatype::Value::Monolingual;
1414

15-
our $VERSION = 0.38;
15+
our $VERSION = 0.39;
1616

1717
sub new {
1818
my $class = shift;
@@ -295,6 +295,6 @@ BSD 2-Clause License
295295
296296
=head1 VERSION
297297
298-
0.38
298+
0.39
299299
300300
=cut

lib/Test/Shared/Fixture/Wikibase/Datatype/Item/Wikidata/Dorota.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Test::Shared::Fixture::Wikibase::Datatype::Statement::Wikidata::SubjectLexem
88
use Test::Shared::Fixture::Wikibase::Datatype::Statement::Wikidata::InstanceOf::FemaleGivenName;
99
use Wikibase::Datatype::Value::Monolingual;
1010

11-
our $VERSION = 0.38;
11+
our $VERSION = 0.39;
1212

1313
sub new {
1414
my $class = shift;
@@ -259,6 +259,6 @@ BSD 2-Clause License
259259
260260
=head1 VERSION
261261
262-
0.38
262+
0.39
263263
264264
=cut

lib/Test/Shared/Fixture/Wikibase/Datatype/Item/Wikidata/DouglasAdams.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use Test::Shared::Fixture::Wikibase::Datatype::Statement::Wikidata::InstanceOf::
99
use Test::Shared::Fixture::Wikibase::Datatype::Statement::Wikidata::SexOrGender::Male;
1010
use Wikibase::Datatype::Value::Monolingual;
1111

12-
our $VERSION = 0.38;
12+
our $VERSION = 0.39;
1313

1414
sub new {
1515
my $class = shift;
@@ -258,6 +258,6 @@ BSD 2-Clause License
258258
259259
=head1 VERSION
260260
261-
0.38
261+
0.39
262262
263263
=cut

lib/Test/Shared/Fixture/Wikibase/Datatype/Lexeme/Wikidata/DogCzechNoun.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use Test::Shared::Fixture::Wikibase::Datatype::Sense::Wikidata::Dog;
99
use Test::Shared::Fixture::Wikibase::Datatype::Statement::Wikidata::GrammaticalGender::Masculine;
1010
use Wikibase::Datatype::Value::Monolingual;
1111

12-
our $VERSION = 0.38;
12+
our $VERSION = 0.39;
1313

1414
sub new {
1515
my $class = shift;
@@ -266,6 +266,6 @@ BSD 2-Clause License
266266
267267
=head1 VERSION
268268
269-
0.38
269+
0.39
270270
271271
=cut

lib/Test/Shared/Fixture/Wikibase/Datatype/Mediainfo/Commons/ImageOfHuman.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use warnings;
77
use Test::Shared::Fixture::Wikibase::Datatype::MediainfoStatement::Commons::Depicts::Human;
88
use Wikibase::Datatype::Value::Monolingual;
99

10-
our $VERSION = 0.38;
10+
our $VERSION = 0.39;
1111

1212
sub new {
1313
my $class = shift;
@@ -211,6 +211,6 @@ BSD 2-Clause License
211211
212212
=head1 VERSION
213213
214-
0.38
214+
0.39
215215
216216
=cut

0 commit comments

Comments
 (0)