Skip to content

Commit

Permalink
bump version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Jun 29, 2023
1 parent 3ec8565 commit 0840cbe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions nfelib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
from xsdata.formats.dataclass.serializers.config import SerializerConfig


__version__ = "2.0.3"


class CommonMixin:
"""
Generic validator class that is meant to be overriden for specific fiscal documents.
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = nfelib
version = 0.9.2
version = 2.0.3
description = nfelib: electronic invoicing library for Brazil
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -24,7 +24,7 @@ classifiers =
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Code Generators
Topic :: Text Processing :: Markup :: XML
keywords = e-invoicing,NFe,ERP,Odoo
keywords = e-invoicing,NFe,ERP,Odoo,NFSe,CTe,MDFe,BPe
project_urls =
Source=https://github.com/akretion/nfelib

Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tox]
envlist = py36,py37,py38,py39,py310,pypy3
# isolated_build = True
envlist = py37,py38,py39,py310,pypy3
skip_missing_interpreters = true

[testenv]
Expand Down

0 comments on commit 0840cbe

Please sign in to comment.