From 667f47e26cbc0dc63fa1fadde3278acbed40aad4 Mon Sep 17 00:00:00 2001 From: Leonardo Gregianin Date: Tue, 25 Feb 2025 22:22:09 -0400 Subject: [PATCH 1/3] Revert "Update version" --- pynfe/__init__.py | 2 +- setup.py | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/pynfe/__init__.py b/pynfe/__init__.py index 715aaef3..11a23aae 100644 --- a/pynfe/__init__.py +++ b/pynfe/__init__.py @@ -1,5 +1,5 @@ def get_version(): - return "0.5.3" + return "0.5.2" __version__ = get_version() diff --git a/setup.py b/setup.py index 27568de0..543857d8 100644 --- a/setup.py +++ b/setup.py @@ -1,15 +1,12 @@ #!/usr/bin/env python import setuptools -from pynfe import __version__ - - with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() setuptools.setup( name="PyNFe", - version=__version__, + version="0.5.2", author="TadaSoftware", author_email="tadasoftware@gmail.com", description="Interface library with the Brazilian Electronic Invoice web services", From e8dff79483e13c6df303227188833d65b29409b2 Mon Sep 17 00:00:00 2001 From: Leonardo Gregianin Date: Tue, 25 Feb 2025 22:24:21 -0400 Subject: [PATCH 2/3] Update version --- pynfe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pynfe/__init__.py b/pynfe/__init__.py index 11a23aae..715aaef3 100644 --- a/pynfe/__init__.py +++ b/pynfe/__init__.py @@ -1,5 +1,5 @@ def get_version(): - return "0.5.2" + return "0.5.3" __version__ = get_version() From 69fd04ec7607e1b028a8880055da51d850248c16 Mon Sep 17 00:00:00 2001 From: Leonardo Gregianin Date: Tue, 25 Feb 2025 22:24:43 -0400 Subject: [PATCH 3/3] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 543857d8..27cbe3bf 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="PyNFe", - version="0.5.2", + version="0.5.3", author="TadaSoftware", author_email="tadasoftware@gmail.com", description="Interface library with the Brazilian Electronic Invoice web services",