Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
upgrade to compose 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
francescou committed Jul 27, 2017
1 parent 2cab69e commit cfe2140
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion main.py
Expand Up @@ -115,7 +115,9 @@ def project_yml(name):
with open(folder_path + '/.env') as env_file:
env = env_file.read()

return jsonify(yml=data_file.read(), env=env, config=config)
return jsonify(yml=data_file.read(), env=env, config=config._replace(version=config.version.__str__()))



@app.route(API_V1 + "projects/readme/<name>", methods=['GET'])
def get_project_readme(name):
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@
Flask==0.12
docker-compose==1.14.0
docker-compose==1.15.0
gitpython==2.1.3

0 comments on commit cfe2140

Please sign in to comment.