Skip to content

Commit a316c0a

Browse files
committed
Release 2.1.0
1 parent eaa39d5 commit a316c0a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Unreleased
22

3+
# Version 2.1.0 (14-06-2024)
4+
35
## New Features
46

5-
* 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)
68

79
## Fixes
810

src/pytest_qgis/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# along with pytest-qgis. If not, see <https://www.gnu.org/licenses/>.
1818

1919

20-
__version__ = "2.0.0"
20+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)