Commit 2b8fb5c1 authored by Andreas Tille's avatar Andreas Tille
Browse files

New upstream version 2019.10.0+dfsg

parent 59d2fad7
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 = "086878c99a3d75dbafa6df1cccdc78b32f1e0fa3"
    git_date = "2019-07-30 18:15:51 +0000"
    git_refnames = " (tag: 2019.10.0)"
    git_full = "76fc6b114c16abcf7cc6fb8299557c3b8f6e140e"
    git_date = "2019-11-01 01:04:25 +0000"
    keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
    return keywords