Skip to content

Commit 1bd9407

Browse files
committed
vb
1 parent e256dd1 commit 1bd9407

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGES.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Changelog
22
=========
33

4-
3.1.1 -
4+
3.1.1 - 2022-11-24
55
------------------
66

7+
- behaving now a Docker-sponsored project.
8+
[ggozad]
9+
710
- Add timeout for field value.
811
[mceike, ggozad]
912

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ A `Dockerfile` as well as a complete setup using `docker-compose` are provided t
639639
In addition we provide pre-build images on docker hub for the `linux/amd64` and `linux/arm64` platforms. Use
640640

641641
```bash
642-
docker pull ggozadinos/behaving:latest
642+
docker pull behaving/behaving:latest
643643
```
644644

645645
to pull the image.

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

0 commit comments

Comments
 (0)