Skip to content

Commit

Permalink
Update qaqbanking URL for bank info retrieval
Browse files Browse the repository at this point in the history
- raise version to 0.7
  • Loading branch information
dr-duplo committed May 30, 2019
1 parent 7a856b6 commit 8bef37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fints_url/update_bank_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
def update():

print('Fetching aqbanking DB...')
response = requests.get("https://github.com/aqbanking/aqbanking/raw/master/src/plugins/bankinfo/generic/de.tar.bz2")
response = requests.get("https://github.com/aqbanking/aqbanking/raw/master/src/libs/plugins/bankinfo/generic/de.tar.bz2")
tar_bz2_obj = io.BytesIO(response.content)

print('Parsing fints data...')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run(self):
setuptools.command.build_py.build_py.run(self)

setup(name='fints-url',
version='0.6',
version='0.7',
description='FinTS URL Retriever',
long_description='FinTS URL Retriever is a small library to retrieve the FinTS URLs of german banks.',
classifiers=[
Expand Down

0 comments on commit 8bef37b

Please sign in to comment.