Skip to content

Commit

Permalink
Bump version: 2.7.0 → 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ygcarvalh committed Feb 23, 2024
1 parent a0700d7 commit ac4967b
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.7.0
current_version = 2.7.1
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 @@ -30,9 +30,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.7.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/erpbrasil/erpbrasil.edoc/v2.7.1.svg
:alt: Commits since latest release
:target: https://github.com/erpbrasil/erpbrasil.edoc/compare/v2.7.0...master
:target: https://github.com/erpbrasil/erpbrasil.edoc/compare/v2.7.1...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 @@ -25,7 +25,7 @@
year = '2019'
author = 'Luis Felipe Mileo'
copyright = '{0}, {1}'.format(year, author)
version = release = '2.7.0'
version = release = '2.7.1'

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

setup(
name='erpbrasil.edoc',
version='2.7.0',
version='2.7.1',
license='MIT',
description='Emissão de documentos fiscais e outras obrigações (NF-E, NFS-E, MDF-E, CT-E, REINF, E-SOCIAL)',
long_description='%s\n%s' % (
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 @@ -8,7 +8,7 @@
from pkgutil import extend_path

__path__ = extend_path(__path__, __name__)
__version__ = '2.7.0'
__version__ = '2.7.1'

import abc

Expand Down

0 comments on commit ac4967b

Please sign in to comment.