From 36f619c1adfc41f5dd7aee8e6263a40473772458 Mon Sep 17 00:00:00 2001 From: Adrian Chifor Date: Fri, 6 Apr 2018 11:59:21 +0100 Subject: [PATCH] Updated README.md. Version increment. --- README.md | 2 +- kapitan/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'