diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0a42f80..36fe64b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.2.1 commit = True tag = True diff --git a/README.rst b/README.rst index e513b13..228feed 100644 --- a/README.rst +++ b/README.rst @@ -50,9 +50,9 @@ Overview :alt: Supported implementations :target: https://pypi.org/project/erpbrasil.edoc.pdf -.. |commits-since| image:: https://img.shields.io/github/commits-since/erpbrasil/erpbrasil.edoc.pdf/v1.2.0.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/erpbrasil/erpbrasil.edoc.pdf/v1.2.1.svg :alt: Commits since latest release - :target: https://github.com/erpbrasil/erpbrasil.edoc.pdf/compare/v1.2.0...master + :target: https://github.com/erpbrasil/erpbrasil.edoc.pdf/compare/v1.2.1...master diff --git a/docs/conf.py b/docs/conf.py index 8f0bebb..3c9da83 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ year = '2020' author = 'KMEE' copyright = '{0}, {1}'.format(year, author) -version = release = '1.2.0' +version = release = '1.2.1' pygments_style = 'trac' templates_path = ['.'] diff --git a/setup.py b/setup.py index efce4f2..633d382 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(*names, **kwargs): setup( name='erpbrasil.edoc.pdf', - version='1.2.0', + version='1.2.1', license='MIT', description='Impressão de documentos fiscais a partir do XML: NF-E, NFC-E, CT-E, MDF-E, GNRE e etc.', long_description='%s\n%s' % ( diff --git a/src/erpbrasil/edoc/pdf/__init__.py b/src/erpbrasil/edoc/pdf/__init__.py index 0bb5c78..e14a226 100644 --- a/src/erpbrasil/edoc/pdf/__init__.py +++ b/src/erpbrasil/edoc/pdf/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.2.0' +__version__ = '1.2.1' from lxml import etree from lxml import objectify