-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9b8682
commit dc91358
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
""" | ||
Copyright 2018 Jiří Janoušek <[email protected]> | ||
Copyright 2018-2019 Jiří Janoušek <[email protected]> | ||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
@@ -25,7 +25,7 @@ | |
import os.path | ||
import subprocess | ||
|
||
BASE_VERSION = "4.15.0" | ||
BASE_VERSION = "4.16.0" | ||
GIT_VERSION_FILE = 'nuvolasdk/git_version_info.py' | ||
|
||
def get_git_version(path=None): | ||
|