From 100d6aa90950c4647704005d0adacd1fa5823838 Mon Sep 17 00:00:00 2001
From: regianenas <47865051+regianenas@users.noreply.github.com>
Date: Tue, 28 Jan 2020 10:23:12 -0300
Subject: [PATCH] (Pytrust) fixing templete and bump version to 1.0.33.post3
(#6)
---
pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml b/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml
index 7aba755..6823521 100644
--- a/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml
+++ b/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml
@@ -6,7 +6,7 @@
false
{{ nfse.data_inicio }}
{{ nfse.data_fim }}
- {{ nfse.lista_rps|lenght }}
+ {{ nfse.lista_rps|length }}
{{ nfse.total_servicos }}
{{ nfse.total_deducoes }}
diff --git a/setup.py b/setup.py
index 501098f..51030a3 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
from setuptools import setup, find_packages
-VERSION = "1.0.33.post2"
+VERSION = "1.0.33.post3"
setup(