Skip to content

Commit a17a38d

Browse files
committed
Bump version: 2.8.0 → 2.9.0
1 parent 3605228 commit a17a38d

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.8.0
2+
current_version = 2.9.0
33
commit = True
44
tag = True
55

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ Changelog
5454
~~~~~~~~~~~~~~~~~~
5555

5656
- Nota Paulistana
57+
58+
2.9.0 (2024-05-15)
59+
~~~~~~~~~~~~~~~~~~
60+
61+
- Suporte para emissão de NF-e utilizando as Sefaz autorizadoras de contingência.

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Overview
2121
:alt: PyPI Package latest release
2222
:target: https://pypi.org/project/erpbrasil.edoc
2323

24-
.. |commits-since| image:: https://img.shields.io/github/commits-since/erpbrasil/erpbrasil.edoc/v2.8.0.svg
24+
.. |commits-since| image:: https://img.shields.io/github/commits-since/erpbrasil/erpbrasil.edoc/v2.9.0.svg
2525
:alt: Commits since latest release
26-
:target: https://github.com/erpbrasil/erpbrasil.edoc/compare/v2.8.0...master
26+
:target: https://github.com/erpbrasil/erpbrasil.edoc/compare/v2.9.0...master
2727

2828
.. |wheel| image:: https://img.shields.io/pypi/wheel/erpbrasil.edoc.svg
2929
:alt: PyPI Wheel

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
year = "2019"
2323
author = "Luis Felipe Mileo"
2424
copyright = f"{year}, {author}"
25-
version = release = "2.8.0"
25+
version = release = "2.9.0"
2626

2727
pygments_style = "trac"
2828
templates_path = ["."]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def read(*names, **kwargs):
4444

4545
setup(
4646
name="erpbrasil.edoc",
47-
version="2.8.0",
47+
version="2.9.0",
4848
license="MIT",
4949
description=(
5050
"Emissão de documentos fiscais e outras obrigações"

src/erpbrasil/edoc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pkgutil import extend_path
88

99
__path__ = extend_path(__path__, __name__)
10-
__version__ = "2.8.0"
10+
__version__ = "2.9.0"
1111

1212
import abc
1313

0 commit comments

Comments
 (0)