Skip to content

Commit

Permalink
Merge pull request #36 from hbldh/develop
Browse files Browse the repository at this point in the history
Release of version 0.10.4
  • Loading branch information
hbldh authored Dec 3, 2020
2 parents e93a643 + 4e5cac9 commit 4c28849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bankid/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
from __future__ import print_function
from __future__ import absolute_import

__version__ = "0.10.3"
__version__ = "0.10.4"
version = __version__ # backwards compatibility name
2 changes: 1 addition & 1 deletion bankid/jsonclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def collect(self, order_ref):
}
}
See `BankID Relying Party Guidelines Version: 3.0 <https://www.bankid.com/assets/bankid/rp/bankid-relying-party-guidelines-v3.0.pdf>`_
See `BankID Relying Party Guidelines Version: 3.5 <https://www.bankid.com/assets/bankid/rp/bankid-relying-party-guidelines-v3.5.pdf>`_
for more details about how to inform end user of the current status,
whether it is pending, failed or completed.
Expand Down

0 comments on commit 4c28849

Please sign in to comment.