Skip to content

Commit

Permalink
Bump version: 2.9.0 → 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mileo committed Jul 25, 2024
1 parent 592dd5d commit da9e24b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.9.0
current_version = 2.10.0
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["."]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/erpbrasil/edoc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pkgutil import extend_path

__path__ = extend_path(__path__, __name__)
__version__ = "2.9.0"
__version__ = "2.10.0"

import abc

Expand Down

0 comments on commit da9e24b

Please sign in to comment.