From 2c1bc88a6d0a2d94ea62eb01ba0c592cbc185ab2 Mon Sep 17 00:00:00 2001 From: Ygor Carvalho Date: Fri, 8 Dec 2023 10:28:07 -0300 Subject: [PATCH] [FIX] Set base version of the lib to 0.1.0 --- .bumpversion.cfg | 4 ++-- .cookiecutterrc | 2 +- CHANGELOG.rst | 2 +- README.rst | 4 ++-- docs/conf.py | 2 +- setup.py | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c9bafed..576c16b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.1.0 commit = True tag = True @@ -19,6 +19,6 @@ replace = /v{new_version}...main search = version = release = '{current_version}' replace = version = release = '{new_version}' -[bumpversion:file:src/nfselib.barueri/__init__.py] +[bumpversion:file:src/nfselib/barueri/__init__.py] search = __version__ = '{current_version}' replace = __version__ = '{new_version}' diff --git a/.cookiecutterrc b/.cookiecutterrc index ab97005..a087a9c 100644 --- a/.cookiecutterrc +++ b/.cookiecutterrc @@ -62,7 +62,7 @@ default_context: test_matrix_separate_coverage: 'no' travis: 'no' travis_osx: 'no' - version: '0.0.1' + version: '0.1.0' version_manager: 'bump2version' website: 'https://erpbrasil.github.io' year_from: '2023' diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 53eded6..9c8f17d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog ========= -0.0.1 (2023-04-07) +0.1.0 (2023-04-07) ------------------ * First release on PyPI. diff --git a/README.rst b/README.rst index dc043b8..eeaf641 100644 --- a/README.rst +++ b/README.rst @@ -39,9 +39,9 @@ Overview :alt: Supported implementations :target: https://pypi.org/project/nfselib.barueri -.. |commits-since| image:: https://img.shields.io/github/commits-since/erpbrasil/nfselib.barueri/v0.0.1.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/erpbrasil/nfselib.barueri/v0.1.0.svg :alt: Commits since latest release - :target: https://github.com/erpbrasil/nfselib.barueri/compare/v0.0.1...main + :target: https://github.com/erpbrasil/nfselib.barueri/compare/v0.1.0...main diff --git a/docs/conf.py b/docs/conf.py index 8690c95..13e631e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ year = '2023' author = 'Luis Felipe Mileo' copyright = '{0}, {1}'.format(year, author) -version = release = '0.0.1' +version = release = '0.1.0' pygments_style = 'trac' templates_path = ['.'] diff --git a/setup.py b/setup.py index e4bde36..1133628 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read(*names, **kwargs): setup( name='nfselib.barueri', - version='0.0.1', + version='0.1.0', license='MIT', description='Python Library to genereate Barueri NFS-e', long_description='{}\n{}'.format(