Skip to content

Commit

Permalink
Bump version: 2.10.1 → 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mileo committed Dec 6, 2024
1 parent b6383c1 commit bbf4f77
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.10.1
current_version = 3.0.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.10.1.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/erpbrasil/erpbrasil.edoc/v3.0.0.svg
:alt: Commits since latest release
:target: https://github.com/erpbrasil/erpbrasil.edoc/compare/v2.10.1...master
:target: https://github.com/erpbrasil/erpbrasil.edoc/compare/v3.0.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.10.1"
version = release = "3.0.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.10.1",
version="3.0.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.10.1"
__version__ = "3.0.0"

import abc

Expand Down

0 comments on commit bbf4f77

Please sign in to comment.