Commit 3167c1ff authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

New upstream version 2019.7.0

parent 67dfa79e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,9 +23,9 @@ def get_keywords():
    # setup.py/versioneer.py will grep for the variable names, so they must
    # each be defined on a line of their own. _version.py will just call
    # get_keywords().
    git_refnames = " (tag: 2019.4.0)"
    git_full = "14213ad923322958fdd7fa635d24c52314db5e24"
    git_date = "2019-05-03 04:14:47 +0000"
    git_refnames = " (tag: 2019.7.0)"
    git_full = "fba4c642729db3741e7409fa0aa39a4b4d605992"
    git_date = "2019-07-30 18:15:52 +0000"
    keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
    return keywords