Skip to content

Commit

Permalink
Bump version 1.1.2, add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Nov 10, 2021
1 parent dd109b0 commit 9009e28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ Thanks a lot Mirza!
This software is licensed under [MIT](./LICENSE). Be aware that the libraries and external programs are licensed separately (possibly under different licenses).

## Changes
- 1.1.2 <2021-11-10> Add retry download mechanic (#16, #31, #36), thanks to @LasKru
- 1.1.1 <2019-11-05> Add online documentation
- 1.1.0 <2019-11-03> Add author options. Fix line-ending bug (#23)
- 1.0.0 <2019-07-15> Initial stable release
2 changes: 1 addition & 1 deletion bin/push_to_zenodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
{'relation': 'cites', 'identifier':'https://doi.org/10.5281/zenodo.1462861'},
{'relation': 'cites', 'identifier':'https://doi.org/10.1186/1471-2105-12-385'}
],
'version': '1.1.1'
'version': '1.1.2'
}
}
r = requests.put(zenodo_api_url+'deposit/depositions/%s' % deposition_id, params={'access_token': zenodo_token}, data=json.dumps(data), headers=headers)
Expand Down
2 changes: 1 addition & 1 deletion lib/BCdatabaser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use File::Copy;
use NCBI::Taxonomy;
use FindBin;

our $VERSION = '1.1.1';
our $VERSION = '1.1.2';

my $L = Log::Log4perl::get_logger();

Expand Down

0 comments on commit 9009e28

Please sign in to comment.