Skip to content

Commit

Permalink
Version 0.10.1 (#55)
Browse files Browse the repository at this point in the history
- Changes:
	- Allow higher version of `attrs`
  • Loading branch information
Luminaar authored Sep 22, 2020
1 parent 5c6c9e3 commit 55a3ed1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 0.10.1
- Changes:
- Allow higher version of `attrs`

## Version 0.10.0
- Changes:
- Drop Python3.5 support
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pytest-docker
version = 0.10.0
version = 0.10.1
description = Simple pytest fixtures for Docker and docker-compose based tests
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down Expand Up @@ -34,7 +34,7 @@ packages=pytest_docker

install_requires =
pytest >=4.0, <7.0
attrs >=19, <20
attrs >=19, <21
docker-compose >=1.27.3, <2.0

[options.extras_require]
Expand Down

0 comments on commit 55a3ed1

Please sign in to comment.