Skip to content

Commit

Permalink
[FIX] remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
ovnicraft committed Sep 7, 2018
1 parent db4cfad commit 0313643
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Cristian Salamea"""
__email__ = '[email protected]'
__version__ = '0.2.7'
__version__ = '0.2.8'

"""
Runa Library
Expand Down
1 change: 0 additions & 1 deletion runa/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def prepare(self, response):
self.razonSocial = response.razonSocial
self.telefonoTrabajo = response.telefonoTrabajo
self.tipoContribuyente = response.tipoContribuyente
self.ubicacionGeografica = response.ubicaGeograf
self.obligadoContabilidad = response.obligadoContabilidad
self.representanteLegal = response.representanteLegal
self.ValidRUC = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='runa',
version='0.2.7',
version='0.2.8',
description="Librería para uso de WS del Bus Gubernamental de Ecuador",
long_description=readme + '\n\n' + history,
author="Cristian Salamea",
Expand Down

0 comments on commit 0313643

Please sign in to comment.