Skip to content

Commit

Permalink
vb
Browse files Browse the repository at this point in the history
  • Loading branch information
ggozad committed Nov 10, 2022
1 parent b74e8f5 commit f5ae92d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

3.1.0 - 2022-11-10
------------------

- Upgrade to selenium 4.
[ggozad]

- Simplify docker compose config.
[ggozad]

- Fix file download tests in selenoid.
[ggozad]

3.0.7 - 2022-11-09
------------------

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.7"
version = "3.1.0"
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.7"
__version__ = "3.1.0"
1 change: 1 addition & 0 deletions tests/features/downloads.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@no_remote_webdriver
Feature: File downloading

@web
Expand Down

0 comments on commit f5ae92d

Please sign in to comment.