Skip to content

Commit

Permalink
Add full url to additions part of output.
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthartley committed May 8, 2020
1 parent db28151 commit 22dba2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion litdb/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.1.2"
2 changes: 1 addition & 1 deletion litdb/litdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def litdb():
if additions:
print("Additions:")
for doi in additions:
print(f" {doi}")
print(f" https://dx.doi.org/{doi}")
if updates:
print("Updates:")
for doi in updates:
Expand Down

0 comments on commit 22dba2e

Please sign in to comment.