Commit 92bdf535 authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

New upstream version 2019.10.0

parent 3167c1ff
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.7.0)"
    git_full = "fba4c642729db3741e7409fa0aa39a4b4d605992"
    git_date = "2019-07-30 18:15:52 +0000"
    git_refnames = " (tag: 2019.10.0)"
    git_full = "fb46c1bd105da7b65d4294351bb1b1cb48f10e48"
    git_date = "2019-11-01 01:04:25 +0000"
    keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
    return keywords