Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Jul 17, 2023
2 parents 91333a3 + aa794c8 commit 12d7217
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*Container-Backends:* engine_docker_
*Database Drivers:* db_mysql_ db_mongo_
*Plugins:* php_xdebug_
*Kubernetes:* k8s_client_ k8s_controller_
*Related Projects:* configcrunch_
*More:* docs_ repo_ docker_images_
====================== =================== =================== ===================
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ configcrunch==1.0.4
appdirs==1.4.4
janus==1.0.0
psutil==5.9.5
GitPython==3.1.30
pywinpty==2.0.10; sys_platform == 'win32'
GitPython==3.1.32
pywinpty==2.0.11; sys_platform == 'win32'
python-hosts==1.0.3
python-dotenv==0.19.2
python-dotenv==1.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.8.0b1'
__version__ = '0.8.0'
from setuptools import setup, find_packages

# README read-in
Expand Down

0 comments on commit 12d7217

Please sign in to comment.