Skip to content

Commit 7e11fcb

Browse files
committed
vb
1 parent 3cc11b3 commit 7e11fcb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
3.1.3 -
4+
3.1.3 - 2022-12-23
55
------------------
66

77
- Provide useful error messages on asserts.

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

0 commit comments

Comments
 (0)