diff --git a/README.md b/README.md index bfedfb56c..6c5166a5c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ On Linux you can add `-u $(id -u)` on `docker run` in order for kapitan to not c For CI/CD usage, check out [ci/](https://github.com/deepmind/kapitan/tree/master/ci) #### Pip -Kapitan needs Python 3.6 (it still works with Python 2.7 but support has been removed in v0.12.0). +Kapitan needs Python 3.6. **Install Python 3:**
Linux: `sudo apt-get update && sudo apt-get install -y python3.6-dev python3-pip` diff --git a/kapitan/version.py b/kapitan/version.py index 85c847d02..e732207fa 100644 --- a/kapitan/version.py +++ b/kapitan/version.py @@ -17,7 +17,7 @@ "Project description variables" PROJECT_NAME = 'kapitan' -VERSION = '0.13.0' +VERSION = '0.14.0' DESCRIPTION = ('Generic templated configuration management for Kubernetes,' 'Terraform and other things') AUTHOR = 'Ricardo Amaro'