diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 284cba4..4618ea2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.9.0 +current_version = 2.10.0 commit = True tag = True diff --git a/README.rst b/README.rst index 345e435..b04b59f 100644 --- a/README.rst +++ b/README.rst @@ -21,9 +21,9 @@ Overview :alt: PyPI Package latest release :target: https://pypi.org/project/erpbrasil.edoc -.. |commits-since| image:: https://img.shields.io/github/commits-since/erpbrasil/erpbrasil.edoc/v2.9.0.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/erpbrasil/erpbrasil.edoc/v2.10.0.svg :alt: Commits since latest release - :target: https://github.com/erpbrasil/erpbrasil.edoc/compare/v2.9.0...master + :target: https://github.com/erpbrasil/erpbrasil.edoc/compare/v2.10.0...master .. |wheel| image:: https://img.shields.io/pypi/wheel/erpbrasil.edoc.svg :alt: PyPI Wheel diff --git a/docs/conf.py b/docs/conf.py index 28a8c50..aecbec1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ year = "2019" author = "Luis Felipe Mileo" copyright = f"{year}, {author}" -version = release = "2.9.0" +version = release = "2.10.0" pygments_style = "trac" templates_path = ["."] diff --git a/setup.py b/setup.py index d7c9e8f..5c966ae 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def read(*names, **kwargs): setup( name="erpbrasil.edoc", - version="2.9.0", + version="2.10.0", license="MIT", description=( "Emissão de documentos fiscais e outras obrigações" diff --git a/src/erpbrasil/edoc/__init__.py b/src/erpbrasil/edoc/__init__.py index 4e2ae1b..9989727 100644 --- a/src/erpbrasil/edoc/__init__.py +++ b/src/erpbrasil/edoc/__init__.py @@ -7,7 +7,7 @@ from pkgutil import extend_path __path__ = extend_path(__path__, __name__) -__version__ = "2.9.0" +__version__ = "2.10.0" import abc