Skip to content

Commit ccd6604

Browse files
committed
vb
1 parent 52e3e01 commit ccd6604

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGES.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
Changelog
22
=========
33

4-
3.0.6 -
5-
------------------
6-
4+
3.0.6 - 2022-10-03
5+
-------------------
76
- Bug fixes. Selenium 4 prep.
87
[ggozad]
98

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "behaving"
3-
version = "3.0.5"
3+
version = "3.0.6"
44
description = "BDD Behavior-Driven-Development testing"
55
authors = ["Yiorgis Gozadinos <ggozadinos@gmail.com>"]
66
license = "GPL"

src/behaving/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.5"
1+
__version__ = "3.0.6"

0 commit comments

Comments
 (0)