Skip to content

Commit 10dbaa9

Browse files
authored
Merge pull request #29 from deepmind/version-updates
Updated Jinja2, jsonschema. Increment kapitan version.
2 parents 0864527 + 41024e3 commit 10dbaa9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kapitan/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"Project description variables"
1818

1919
PROJECT_NAME = 'kapitan'
20-
VERSION = '0.10.0'
20+
VERSION = '0.11.0'
2121
DESCRIPTION = 'Kapitan is a tool to manage kubernetes configuration using jsonnet templates'
2222
AUTHOR = 'Ricardo Amaro'
2323
AUTHOR_EMAIL = 'ramaro@google.com'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
install_requires=[
5454
'jsonnet>=0.9.5',
5555
'PyYAML>=3.12',
56-
'Jinja2>=2.9.4',
56+
'Jinja2>=2.10',
5757
'reclass>=1.4.1',
58-
'jsonschema>=2.5.1',
58+
'jsonschema>=2.6.0',
5959
'python-gnupg==0.4.1'
6060
],
6161

0 commit comments

Comments
 (0)