Skip to content

Commit

Permalink
vb
Browse files Browse the repository at this point in the history
  • Loading branch information
ggozad committed Oct 3, 2022
1 parent 52e3e01 commit ccd6604
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Changelog
=========

3.0.6 -
------------------

3.0.6 - 2022-10-03
-------------------
- Bug fixes. Selenium 4 prep.
[ggozad]

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.5"
version = "3.0.6"
description = "BDD Behavior-Driven-Development testing"
authors = ["Yiorgis Gozadinos <ggozadinos@gmail.com>"]
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.5"
__version__ = "3.0.6"

0 comments on commit ccd6604

Please sign in to comment.