From 89ea4891edbebc0ae8f54212170d853625a95b5a Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 27 Apr 2024 12:10:14 +0200 Subject: release v0.13 --- Changelog | 2 +- bin/db-wagenreihung | 4 ++-- lib/Travel/Status/DE/DBWagenreihung.pm | 4 ++-- lib/Travel/Status/DE/DBWagenreihung/Section.pm | 2 +- lib/Travel/Status/DE/DBWagenreihung/Wagon.pm | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Changelog b/Changelog index f3a423b..2762137 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -git HEAD +Travel::Status::DE::DBWagenreihung 0.13 - Sat Apr 27 2024 * DBWagenreihung: Add station accessor. * DBWagenreihung: Add TO_JSON function. diff --git a/bin/db-wagenreihung b/bin/db-wagenreihung index b095d59..c1daac1 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -4,7 +4,7 @@ use warnings; use 5.020; use utf8; -our $VERSION = '0.12'; +our $VERSION = '0.13'; use Getopt::Long; use List::Util qw(min); @@ -179,7 +179,7 @@ B I I =head1 VERSION -version 0.12 +version 0.13 This is beta software: API and output format may change without notice. diff --git a/lib/Travel/Status/DE/DBWagenreihung.pm b/lib/Travel/Status/DE/DBWagenreihung.pm index 6fd5bfd..f3f7ad9 100644 --- a/lib/Travel/Status/DE/DBWagenreihung.pm +++ b/lib/Travel/Status/DE/DBWagenreihung.pm @@ -14,7 +14,7 @@ use LWP::UserAgent; use Travel::Status::DE::DBWagenreihung::Section; use Travel::Status::DE::DBWagenreihung::Wagon; -our $VERSION = '0.12'; +our $VERSION = '0.13'; Travel::Status::DE::DBWagenreihung->mk_ro_accessors( qw(direction platform station train_no train_type)); @@ -753,7 +753,7 @@ Travel::Status::DE::DBWagenreihung - Interface to Deutsche Bahn Wagon Order API. =head1 VERSION -version 0.12 +version 0.13 This is beta software. The API may change without notice. diff --git a/lib/Travel/Status/DE/DBWagenreihung/Section.pm b/lib/Travel/Status/DE/DBWagenreihung/Section.pm index 4ac1753..703bc41 100644 --- a/lib/Travel/Status/DE/DBWagenreihung/Section.pm +++ b/lib/Travel/Status/DE/DBWagenreihung/Section.pm @@ -7,7 +7,7 @@ use utf8; use parent 'Class::Accessor'; -our $VERSION = '0.12'; +our $VERSION = '0.13'; Travel::Status::DE::DBWagenreihung::Section->mk_ro_accessors( qw(name start_percent end_percent length_percent start_meters end_meters length_meters) diff --git a/lib/Travel/Status/DE/DBWagenreihung/Wagon.pm b/lib/Travel/Status/DE/DBWagenreihung/Wagon.pm index 819508c..27f2e36 100644 --- a/lib/Travel/Status/DE/DBWagenreihung/Wagon.pm +++ b/lib/Travel/Status/DE/DBWagenreihung/Wagon.pm @@ -8,7 +8,7 @@ use utf8; use parent 'Class::Accessor'; use Carp qw(cluck); -our $VERSION = '0.12'; +our $VERSION = '0.13'; Travel::Status::DE::DBWagenreihung::Wagon->mk_ro_accessors( qw(attributes class_type group_index has_ac has_accessibility has_bahn_comfort has_bike_storage has_bistro has_compartments -- cgit v1.2.3