From 72592808f9a32d851d6fdf0073b763e3032a2306 Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Sun, 15 Oct 2023 17:11:40 +0200 Subject: [PATCH 1/3] Bump to 0.0.7 --- .github/workflows/linters.yml | 11 +++++------ .github/workflows/master-linters.yml | 1 + TODO.md | 1 + pyproject.toml | 2 +- setup.cfg | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 68466b1..1f608b2 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -27,12 +27,11 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - pip install pylint reorder-python-imports - pip install mypy reorder-python-imports - pip install wemake-python-styleguide reorder-python-imports - pip install black reorder-python-imports - pip install types-all reorder-python-imports - + pip install pylint + pip install mypy + pip install wemake-python-styleguide + pip install black + pip install types-all - name: Analysing the code with pylint id: pylint continue-on-error: true diff --git a/.github/workflows/master-linters.yml b/.github/workflows/master-linters.yml index 2a0b4af..782dde5 100644 --- a/.github/workflows/master-linters.yml +++ b/.github/workflows/master-linters.yml @@ -26,6 +26,7 @@ jobs: pip install mypy pip install wemake-python-styleguide pip install black + pip install types-all - name: Analysing the code with pylint id: pylint continue-on-error: true diff --git a/TODO.md b/TODO.md index e69de29..5afea7e 100644 --- a/TODO.md +++ b/TODO.md @@ -0,0 +1 @@ +Add tests diff --git a/pyproject.toml b/pyproject.toml index 5e101af..331b42f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "leonardo_api" -version = "0.0.6" +version = "0.0.7" authors = [ { name="Iliya Vereshchagin", email="i.vereshchagin@gmail.com" }, ] diff --git a/setup.cfg b/setup.cfg index da506bc..cc6a0d8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = leonardo_api -version = attr: leonardo_api.0.0.6 +version = attr: leonardo_api.0.0.7 author = Iliya Vereshchagin author_email = i.vereshchagin@gmail.com maintainer = Iliya Vereshchagin From 850a842088a9e9dd3cad37ea413f1972b64631a3 Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Sun, 15 Oct 2023 17:12:38 +0200 Subject: [PATCH 2/3] Bump to 0.0.7 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92548f3..33e4b96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,4 +33,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Fixed linters warnings -- README.md \ No newline at end of file +- README.md + +## [0.0.6] - 2023-10-14 + +### Changed +- Updated metadata + +## [0.0.7] - 2023-10-15 + +### Changed +- Updated metafata +- Updated GitHub workflows From ede44929754193049ca48205158d8cb7cef5a6c5 Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Sun, 15 Oct 2023 17:12:45 +0200 Subject: [PATCH 3/3] Bump to 0.0.7 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e4b96..9856d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,5 +43,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.0.7] - 2023-10-15 ### Changed -- Updated metafata +- Updated metadata - Updated GitHub workflows