Skip to content

Commit

Permalink
v0.05
Browse files Browse the repository at this point in the history
  • Loading branch information
sillitoe committed Nov 20, 2018
1 parent 8aeecb2 commit c1d0da7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Genome3D-Api-Client

v0.05 2018-11-20
- allow batch mode for XML files
- retry on failure (#13)
- improved logs

v0.04 2018-10-05
- add option for batch results (thanks @DanBuchan) (#8, #11)

Expand Down
2 changes: 1 addition & 1 deletion lib/Genome3D/Api/Client.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use Storable 'dclone';
use Genome3D::Api::Client::Config;
use Genome3D::Api::Client::Types qw/ ServerMode OutputFormat /;

our $VERSION = '0.04';
our $VERSION = '0.05';

# this is used to find the root directory of this mojo project
my $API_SCRIPT_FILENAME = 'genome3d-api';
Expand Down

0 comments on commit c1d0da7

Please sign in to comment.