From 7c8650e4f4ec089e38250655b88a81554f871f44 Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Tue, 8 Nov 2016 16:18:38 -0200 Subject: [PATCH 1/2] =?UTF-8?q?Badge=20com=20a=20=C3=BAltima=20vers=C3=A3o?= =?UTF-8?q?=20do=20pacote=20no=20PyPI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bca463f..0de4cde 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Biblioteca Python que tem por objetivo enviar NFe, NFCe e NFSe no Brasil [![Coverage Status](https://coveralls.io/repos/danimaribeiro/PyTrustNFe/badge.svg?branch=master)](https://coveralls.io/r/danimaribeiro/PyTrustNFe?branch=master) [![Code Health](https://landscape.io/github/danimaribeiro/PyTrustNFe/master/landscape.svg?style=flat)](https://landscape.io/github/danimaribeiro/PyTrustNFe/master) [![Build Status](https://travis-ci.org/danimaribeiro/PyTrustNFe.svg?branch=master)](https://travis-ci.org/danimaribeiro/PyTrustNFe) +[![PyPI version](https://badge.fury.io/py/PyTrustNFe.svg)](https://badge.fury.io/py/PyTrustNFe) DependĂȘncias: * PyXmlSec From ec1e5e97e9c2f1809d3622997b5aac65b2535295 Mon Sep 17 00:00:00 2001 From: Danimar Ribeiro Date: Wed, 9 Nov 2016 13:57:46 -0200 Subject: [PATCH 2/2] Invertendo ordem de tags CST 70 - Increment version --- pytrustnfe/nfe/templates/NfeAutorizacao.xml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytrustnfe/nfe/templates/NfeAutorizacao.xml b/pytrustnfe/nfe/templates/NfeAutorizacao.xml index 0a1d2a6..3f988af 100644 --- a/pytrustnfe/nfe/templates/NfeAutorizacao.xml +++ b/pytrustnfe/nfe/templates/NfeAutorizacao.xml @@ -343,8 +343,8 @@ {{ imposto.ICMS.pMVAST }} {{ imposto.ICMS.pRedBCST }} {{ imposto.ICMS.vBCST }} - {{ imposto.ICMS.vICMSST }} {{ imposto.ICMS.pICMSST }} + {{ imposto.ICMS.vICMSST }} {{ imposto.ICMS.vICMSDeson }} {{ imposto.ICMS.motDesICMS }} diff --git a/setup.py b/setup.py index 806f75d..545f1ab 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = pypandoc.convert('README.md', 'rst') setup( name="PyTrustNFe", - version="0.1.7", + version="0.1.8", author="Danimar Ribeiro", author_email='danimaribeiro@gmail.com', keywords=['nfe', 'mdf-e'],