Skip to content

Commit

Permalink
[rel] bump to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Aug 29, 2019
1 parent 01a1a94 commit 21482ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dkb_robo/dkb_robo.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ def login(self):
# parse account date
self.account_dic = self.parse_overview(soup)


def logout(self):
""" logout from DKB banking area
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='dkb_robo',
version='0.8.2',
version='0.8.3',
description='library to access the internet banking area of "Deutsche Kreditbank" to get account information and transactions.',
url='https://github.com/grindsa/dkb-robo',
author='grindsa',
Expand Down

0 comments on commit 21482ff

Please sign in to comment.