Skip to content

Commit

Permalink
Bump version: 2.3.1 → 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mileo committed Dec 10, 2024
1 parent b89e156 commit b8da9ec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.3.1
current_version = 2.3.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Overview
:alt: PyPI Package latest release
:target: https://pypi.org/project/erpbrasil.base

.. |commits-since| image:: https://img.shields.io/github/commits-since/erpbrasil/erpbrasil.base/vvv2.3.1...svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/erpbrasil/erpbrasil.base/vvv2.3.2...svg
:alt: Commits since latest release
:target: https://github.com/erpbrasil/erpbrasil.base/compare/v1.0.0...master

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
year = "2019"
author = "Luis Felipe Mileo"
copyright = "{0}, {1}".format(year, author)
version = release = "2.3.1"
version = release = "2.3.2"

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 @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name="erpbrasil.base",
version="2.3.1",
version="2.3.2",
license="MIT license",
description="Base",
long_description="%s\n%s"
Expand Down
2 changes: 1 addition & 1 deletion src/erpbrasil/base/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.3.1"
__version__ = "2.3.2"

from erpbrasil.base.fiscal import * # noqa: F401,F403
from erpbrasil.base.misc import * # noqa: F401,F403

0 comments on commit b8da9ec

Please sign in to comment.