Skip to content

Commit b878f3c

Browse files
authored
Release: 0.39.1 (#708)
2 parents 3a70ae9 + 61b322e commit b878f3c

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ Unreleased
1616
1717
-->
1818

19+
## 0.39.1 - 2025-09-26
20+
21+
### Bugs fixes 🐛
22+
23+
* fix(logs): downgrade pyad again to avoid logging conflicts by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/707>
24+
25+
### Features and enhancements 🎉
26+
27+
* change(tooling): replace black, flake8 and isort by ruff by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/706>
28+
29+
### Tooling 🔧
30+
31+
* improve(packaging): use setuptools_scm to define version from git by @Guts in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/704>
32+
1933
## 0.39.0 - 2025-09-25
2034

2135
### Bugs fixes 🐛

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ See the relevant configuration file: `.pre-commit-config.yaml`.
2020
Make sure your code *roughly* follows [PEP-8](https://www.python.org/dev/peps/pep-0008/) and keeps things consistent with the rest of the code:
2121

2222
- docstrings: [sphinx-style](https://sphinx-rtd-tutorial.readthedocs.io/en/latest/docstrings.html#the-sphinx-docstring-format) is used to write technical documentation.
23-
- formatting: [black](https://black.readthedocs.io/) is used to automatically format the code without debate.
24-
- sorted imports: [isort](https://pycqa.github.io/isort/) is used to sort imports
25-
- static analisis: [flake8](https://flake8.pycqa.org/en/latest/) is used to catch some dizziness and keep the source code healthy.
23+
- formatting, imports and static analisis: [ruff](https://docs.astral.sh/ruff/) is used to automatically format the code without debate, sort imports and run a bunch of flake8 lint checks
2624

2725
## Security
2826

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
# QGIS Deployment Toolbelt (QDT)
88

9-
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
10-
[![flake8](https://img.shields.io/badge/linter-flake8-green)](https://flake8.pycqa.org/)
11-
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
9+
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
1210
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
1311
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/qgis-deployment/qgis-deployment-toolbelt-cli/main.svg)](https://results.pre-commit.ci/latest/github/qgis-deployment/qgis-deployment-toolbelt-cli/main)
1412
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)

0 commit comments

Comments
 (0)