diff --git a/CHANGES.txt b/CHANGES.txt index fab29a3..851a129 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/dist/bbvisa2ofx-0.19.tar.gz b/dist/bbvisa2ofx-0.19.tar.gz index 6d01604..cb6de07 100644 Binary files a/dist/bbvisa2ofx-0.19.tar.gz and b/dist/bbvisa2ofx-0.19.tar.gz differ diff --git a/dist/bbvisa2ofx-0.20.tar.gz b/dist/bbvisa2ofx-0.20.tar.gz new file mode 100644 index 0000000..98f8b53 Binary files /dev/null and b/dist/bbvisa2ofx-0.20.tar.gz differ diff --git a/setup.py b/setup.py index e174bb8..214f4f3 100644 --- a/setup.py +++ b/setup.py @@ -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 = "contato@josecoelho.com",