Skip to content

Commit

Permalink
vb
Browse files Browse the repository at this point in the history
  • Loading branch information
ggozad committed Jul 13, 2022
1 parent 24ce393 commit a9661e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

3.0.4 - 2022-07-13
------------------

- Conistently use wait_time in all steps. Cleanup.
[tsnowlan]

3.0.3 - 2022-04-29
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "behaving"
version = "3.0.3"
version = "3.0.4"
description = "BDD Behavior-Driven-Development testing"
authors = ["Yiorgis Gozadinos <[email protected]>"]
license = "GPL"
Expand Down
2 changes: 1 addition & 1 deletion src/behaving/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.3"
__version__ = "3.0.4"

0 comments on commit a9661e7

Please sign in to comment.