Skip to content

Commit

Permalink
Updated README.md. Version increment.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianchifor committed Apr 6, 2018
1 parent 41d2722 commit 36f619c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
<br>Linux: `sudo apt-get update && sudo apt-get install -y python3.6-dev python3-pip`
Expand Down
2 changes: 1 addition & 1 deletion kapitan/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 36f619c

Please sign in to comment.