Skip to content

Commit

Permalink
🚀 pre-release 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
maanib committed Sep 23, 2023
1 parent 15d16ab commit 6108092
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .logs/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ pycvcqv/userthread.py 14 0 0 0 100%
TOTAL 157 0 28 0 100%

Required test coverage of 50.0% reached. Total coverage: 100.00%
======================== 24 passed, 2 warnings in 2.10s ========================
======================== 24 passed, 2 warnings in 2.00s ========================
2 changes: 1 addition & 1 deletion .logs/dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Installing dependencies from lock file

No dependencies to install or update

Installing the current project: pycvcqv (0.1.11)
Installing the current project: pycvcqv (0.1.12)
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ check-safety:
.PHONY: lint
lint: test check-codestyle mypy check-safety


#* Build
.PHONY: build
build:
poetry build

#* Docker
# Example: make docker VERSION=latest
# Example: make docker IMAGE=some_name VERSION=0.1.0
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

[![maintainability](https://raw.githubusercontent.com/MaaniBeigy/pycvcqv/main/assets/images/maintainability.svg)](https://raw.githubusercontent.com/MaaniBeigy/pycvcqv/main/.logs/maintainability.txt)
[![complexity](https://raw.githubusercontent.com/MaaniBeigy/pycvcqv/main/assets/images/complexity.svg)](https://raw.githubusercontent.com/MaaniBeigy/pycvcqv/main/.logs/complexity.txt)
[![Safety Vulnerabilities](https://raw.githubusercontent.com/MaaniBeigy/pycvcqv/main/assets/images/vulnerabilities.svg)](https://raw.githubusercontent.com/MaaniBeigy/pycvcqv/main/.logs/safety.txt)
[![lint report](https://raw.githubusercontent.com/MaaniBeigy/pycvcqv/main/assets/images/pylint.svg)](https://raw.githubusercontent.com/MaaniBeigy/pycvcqv/main/.logs/pylint-log.txt)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter-config-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ default_context:
minimal_python_version: 3.8
github_name: "MaaniBeigy"
email: "[email protected]"
version: "0.1.11"
version: "0.1.12"
line_length: "88"
create_example_template: "none"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
name = "pycvcqv"
readme = "README.md"
repository = "https://github.com/MaaniBeigy/pycvcqv"
version = "0.1.11"
version = "0.1.12"

# Keywords description https://python-poetry.org/docs/pyproject/#keywords
keywords = [
Expand Down

0 comments on commit 6108092

Please sign in to comment.