Skip to content

Commit e9fc75b

Browse files
committed
created new release with bug-fixes
1 parent 7331a54 commit e9fc75b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# 0.9.2 (05.01.2016)
1+
# 0.9.3 (13.01.2017)
2+
* changed some bugs for rendering HTML content
3+
4+
# 0.9.2 (05.01.2017)
25
* financial_life now supports meta-data for account objects and payments
36

47
# 0.9.1

financial_life/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
@author: martin
55
'''
66

7-
__version__ = '0.9.2'
7+
__version__ = '0.9.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
skw = dict(
1616
name='financial_life',
17-
version='0.9.2',
17+
version='0.9.3',
1818
description='A framework for analysing financial products in personalized contexts',
1919
author='Martin Pyka',
2020
author_email='[email protected]',

0 commit comments

Comments
 (0)