From df9f80bffce3c9ed466785b691b01f40caa60971 Mon Sep 17 00:00:00 2001 From: regianenas <47865051+regianenas@users.noreply.github.com> Date: Tue, 28 Jan 2020 10:09:56 -0300 Subject: [PATCH] Rn fixing length and bump version (#5) * fix(templetes) fixing length * (Pytrust) bump to version 1.0.1.post3 --- 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 fb2221c..997e6cc 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 ba9f759..e6a03a2 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # coding=utf-8 from setuptools import setup, find_packages -VERSION = "1.0.1.post2" +VERSION = "1.0.1.post3" setup( name="pytrustnfe",