Skip to content

Commit

Permalink
Release 4.15.0 - December 28th, 2018
Browse files Browse the repository at this point in the history
Signed-off-by: Jiří Janoušek <[email protected]>
  • Loading branch information
jiri-janousek committed Dec 28, 2018
1 parent 79e49ae commit f9b8682
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Nuvola SDK Change Log
=====================

4.15.0 - December 28th, 2018
----------------------------

* new-project, convert-project: Fix zero modification times for files copied from a template inside Nuvola ADK.
Issue: tiliado/nuvolasdk#10
* check-project: Files with zero modification times are detected. Issue: tiliado/nuvolasdk#10
Expand Down
2 changes: 1 addition & 1 deletion nuvolasdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import os.path
import subprocess

BASE_VERSION = "4.14.0"
BASE_VERSION = "4.15.0"
GIT_VERSION_FILE = 'nuvolasdk/git_version_info.py'

def get_git_version(path=None):
Expand Down

0 comments on commit f9b8682

Please sign in to comment.