Skip to content

Commit

Permalink
Merge pull request #14 from wwakabobik/0.0.7
Browse files Browse the repository at this point in the history
0.0.7
  • Loading branch information
wwakabobik authored Oct 15, 2023
2 parents 1303180 + ede4492 commit 44c3744
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 9 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/master-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Fixed linters warnings
- README.md
- README.md

## [0.0.6] - 2023-10-14

### Changed
- Updated metadata

## [0.0.7] - 2023-10-15

### Changed
- Updated metadata
- Updated GitHub workflows
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add tests
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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 = [email protected]
maintainer = Iliya Vereshchagin
Expand Down

0 comments on commit 44c3744

Please sign in to comment.