We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa39d5 commit a316c0aCopy full SHA for a316c0a
CHANGELOG.md
@@ -1,8 +1,10 @@
1
# Unreleased
2
3
+# Version 2.1.0 (14-06-2024)
4
+
5
## New Features
6
-* Add `clean_qgis_layer` decorator back alongside with automatic cleaning [#45](https://github.com/GispoCoding/pytest-qgis/pull/45)
7
+* Add `clean_qgis_layer` decorator back alongside with automatic cleaning [#64](https://github.com/GispoCoding/pytest-qgis/pull/64)
8
9
## Fixes
10
src/pytest_qgis/_version.py
@@ -17,4 +17,4 @@
17
# along with pytest-qgis. If not, see <https://www.gnu.org/licenses/>.
18
19
20
-__version__ = "2.0.0"
+__version__ = "2.1.0"
0 commit comments