Skip to content

Commit 12d7217

Browse files
committed
Merge branch 'master' into release
2 parents 91333a3 + aa794c8 commit 12d7217

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*Container-Backends:* engine_docker_
1212
*Database Drivers:* db_mysql_ db_mongo_
1313
*Plugins:* php_xdebug_
14-
*Kubernetes:* k8s_client_ k8s_controller_
1514
*Related Projects:* configcrunch_
1615
*More:* docs_ repo_ docker_images_
1716
====================== =================== =================== ===================

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ configcrunch==1.0.4
44
appdirs==1.4.4
55
janus==1.0.0
66
psutil==5.9.5
7-
GitPython==3.1.30
8-
pywinpty==2.0.10; sys_platform == 'win32'
7+
GitPython==3.1.32
8+
pywinpty==2.0.11; sys_platform == 'win32'
99
python-hosts==1.0.3
10-
python-dotenv==0.19.2
10+
python-dotenv==1.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.8.0b1'
1+
__version__ = '0.8.0'
22
from setuptools import setup, find_packages
33

44
# README read-in

0 commit comments

Comments
 (0)