Skip to content

Commit

Permalink
Alterando para a versão v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Alê Borba committed Jul 17, 2012
1 parent df4df3a commit 6a30c43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ Módulo Akatus para integração com Python
* Author: Alê Borba
* Contributor: Igor Hercowitz

Version: v0.0.6.1 Bugfix
Version: v0.0.7

ChangeLog:
-----------

0.0.7
* Retira o arquivo de validação do Schema
* Coloca a validação online, no gist oficial

0.0.6.1 Bugfix
* Corrige uma implementação na funçao monta_xml

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
from distutils.core import setup

setup(name='Pykatus',
version='0.0.6.1',
version='0.0.7',
description='Python integration with Akatus payment gateway via API',
author='Ale Borba',
author_email='[email protected]',
author=['Ale Borba', 'Igor Hercowitz'],
author_email=['[email protected]', '[email protected]'],
url='https://www.akatus.com/',
packages=['pykatus','validators'],
classifiers=[
Expand Down

0 comments on commit 6a30c43

Please sign in to comment.