-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d59eda
commit 272ff41
Showing
4 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
v1.18, 2014-09-01 -- Change date format of txt from dd/mm/yy to dd/mm | ||
v1.18, 2014-08-15 -- Noobie packaging try :p | ||
v1.17b, 2014-08-15 -- Packaging to run with pip install | ||
v0.20, 2014-11-25 -- Guess year from transactions using due date as reference | ||
v0.18, 2014-09-01 -- Change date format of txt from dd/mm/yy to dd/mm | ||
v0.18, 2014-08-15 -- Noobie packaging try :p | ||
v0.17b, 2014-08-15 -- Packaging to run with pip install |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from distutils.core import setup | ||
|
||
setup(name = "bbvisa2ofx", | ||
version = "0.19", | ||
version = "0.20", | ||
description = "Converter uma fatura de cartao de credito TXT do Banco do Brasil para OFX", | ||
author = "Jose Coelho", | ||
author_email = "[email protected]", | ||
|