We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e3e01 commit ccd6604Copy full SHA for ccd6604
CHANGES.txt
@@ -1,9 +1,8 @@
1
Changelog
2
=========
3
4
-3.0.6 -
5
-------------------
6
-
+3.0.6 - 2022-10-03
+-------------------
7
- Bug fixes. Selenium 4 prep.
8
[ggozad]
9
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "behaving"
-version = "3.0.5"
+version = "3.0.6"
description = "BDD Behavior-Driven-Development testing"
authors = ["Yiorgis Gozadinos <ggozadinos@gmail.com>"]
license = "GPL"
src/behaving/__init__.py
@@ -1 +1 @@
-__version__ = "3.0.5"
+__version__ = "3.0.6"
0 commit comments