Skip to content

Commit

Permalink
Changed: version updated to 3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersulyok committed Mar 10, 2024
1 parent 18e37fc commit 359fed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'diskinfo'
copyright = '2022-2024, Peter Sulyok'
author = 'Peter Sulyok'
release = '3.0.0'
release = '3.1.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
13 changes: 1 addition & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "diskinfo"
description = "Disk information Python library for Linux"
readme = "README.md"
version = "3.0.0"
version = "3.1.0"
authors = [
{ name = "Peter Sulyok", email = "[email protected]" }
]
Expand Down Expand Up @@ -62,14 +62,3 @@ disable= [
"too-many-statements", "invalid-name", "protected-access", "too-many-instance-attributes",
"too-many-public-methods", "too-few-public-methods", "duplicate-code"
]

[tool.flake8]
exclude = [ "docs", "htmlcov", ".git", "__pycache__", ".pytest_cache", ".vscode", ".idea", "venv*", ".venv*", "build" ]
max-line-length = 120
count = true
show-source = true
statistics = true
per-file-ignores = [
"test_diskinfo.py: F821",
"test_disk.py: F821"
]

0 comments on commit 359fed5

Please sign in to comment.