diff --git a/Changelog b/Changelog
index 55df95a763b7ff51ec82559eef22e9d578005d45..d26ffdf3180bc1a8cf646c796543c0c357d4b9d5 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-git HEAD
+Travel::Status::DE::DeutscheBahn 0.03 - Wed Jul 13 2011
 
     * Clarify derl dependency (we actually need >= 5.10.1)
 
diff --git a/bin/db-ris b/bin/db-ris
index 234a91273e54a2e6662063638fee1851d77a892a..f5633b08299b163b42d828dfd2497d0040d24ae9 100755
--- a/bin/db-ris
+++ b/bin/db-ris
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 use 5.010;
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 use Getopt::Long qw(:config no_ignore_case);
 use List::Util qw(first max);
@@ -43,7 +43,7 @@ for my $type ( split( qr{,}, $types ) ) {
 my $status = Travel::Status::DE::DeutscheBahn->new(
 	date    => $date,
 	mot     => \%train_type,
-	station => shift,
+	station => shift || show_help(1),
 	time    => $time,
 );
 
@@ -171,7 +171,7 @@ B<db-ris> [B<-d> I<date>] [B<-L>] [B<-m> I<motlist>] [B<-t> I<time>]
 
 =head1 VERSION
 
-version 0.02
+version 0.03
 
 =head1 DESCRIPTION
 
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm
index ea869d0ac159bd60d52fe54bf0bdc2b03de3e401..8919dfca556d40b4ddcb3775e5add7fadd725530 100644
--- a/lib/Travel/Status/DE/DeutscheBahn.pm
+++ b/lib/Travel/Status/DE/DeutscheBahn.pm
@@ -10,7 +10,7 @@ use POSIX qw(strftime);
 use Travel::Status::DE::DeutscheBahn::Result;
 use XML::LibXML;
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 sub new {
 	my ( $obj, %conf ) = @_;
@@ -205,7 +205,7 @@ arrival/departure monitor
 
 =head1 VERSION
 
-version 0.02
+version 0.03
 
 =head1 DESCRIPTION
 
diff --git a/lib/Travel/Status/DE/DeutscheBahn/Result.pm b/lib/Travel/Status/DE/DeutscheBahn/Result.pm
index d9553289cccca500402ede55d8095fc2250510f0..969658de842857aef2e3989596090f90fcebd53a 100644
--- a/lib/Travel/Status/DE/DeutscheBahn/Result.pm
+++ b/lib/Travel/Status/DE/DeutscheBahn/Result.pm
@@ -6,7 +6,7 @@ use 5.010;
 
 use parent 'Class::Accessor';
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 Travel::Status::DE::DeutscheBahn::Result->mk_ro_accessors(
 	qw(time train route_end route_raw platform info));
@@ -71,7 +71,7 @@ arrival/departure received by Travel::Status::DE::DeutscheBahn
 
 =head1 VERSION
 
-version 0.02
+version 0.03
 
 =head1 DESCRIPTION