We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a3435 commit 19fea7fCopy full SHA for 19fea7f
HISTORY.rst
@@ -1,6 +1,17 @@
1
Release History
2
---------------
3
4
+1.9.0 (2025-11-15)
5
+++++++++++++++++++
6
+
7
+**Features and Improvements**
8
9
+- Add notice to docs about upcoming automatic fixture reset (planned for v2.0.0)
10
11
+**Bugfixes**
12
13
+- Fix fixtures not being reset when set to empty list (Django 5.2+ only)
14
15
1.8.0 (2025-11-12)
16
++++++++++++++++++
17
behave_django/__init__.py
@@ -1,3 +1,3 @@
"""Behave BDD integration for Django"""
-__version__ = '1.8.0'
+__version__ = '1.9.0'
0 commit comments