Skip to content

Commit a9661e7

Browse files
committed
vb
1 parent 24ce393 commit a9661e7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
3.0.4 - 2022-07-13
5+
------------------
6+
7+
- Conistently use wait_time in all steps. Cleanup.
8+
[tsnowlan]
9+
410
3.0.3 - 2022-04-29
511
------------------
612

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.3"
3+
version = "3.0.4"
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.3"
1+
__version__ = "3.0.4"

0 commit comments

Comments
 (0)