Skip to content

Commit

Permalink
vb
Browse files Browse the repository at this point in the history
  • Loading branch information
ggozad committed Dec 21, 2022
1 parent cd5d4f9 commit f0a8ae3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

3.1.2 -
3.1.2 - 2022-12-21
------------------

- Respect base_url when opening new windows. Fixes #129
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.1.1"
version = "3.1.2"
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.1.1"
__version__ = "3.1.2"

0 comments on commit f0a8ae3

Please sign in to comment.