Skip to content

Commit

Permalink
Merge pull request #29 from deepmind/version-updates
Browse files Browse the repository at this point in the history
Updated Jinja2, jsonschema. Increment kapitan version.
  • Loading branch information
ramaro authored Mar 16, 2018
2 parents 0864527 + 41024e3 commit 10dbaa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.10.0'
VERSION = '0.11.0'
DESCRIPTION = 'Kapitan is a tool to manage kubernetes configuration using jsonnet templates'
AUTHOR = 'Ricardo Amaro'
AUTHOR_EMAIL = '[email protected]'
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
install_requires=[
'jsonnet>=0.9.5',
'PyYAML>=3.12',
'Jinja2>=2.9.4',
'Jinja2>=2.10',
'reclass>=1.4.1',
'jsonschema>=2.5.1',
'jsonschema>=2.6.0',
'python-gnupg==0.4.1'
],

Expand Down

0 comments on commit 10dbaa9

Please sign in to comment.