diff options
| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-02 23:59:15 +0200 |
|---|---|---|
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-02 23:59:15 +0200 |
| commit | e11164c42cebd0c14356a449e4cfaa2a9a3529a7 (patch) | |
| tree | eedd499e2f4f05cc8c5734df740596ce2c86edef /ciabot | |
| parent | dad537aececb62e7ed76c68aa41b163188530d24 (diff) | |
next version will be 5.0
Diffstat (limited to 'ciabot')
| -rw-r--r-- | ciabot/libreoffice-bugzilla2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ciabot/libreoffice-bugzilla2.py b/ciabot/libreoffice-bugzilla2.py index c861f9d..b4eb6c5 100644 --- a/ciabot/libreoffice-bugzilla2.py +++ b/ciabot/libreoffice-bugzilla2.py @@ -33,7 +33,7 @@ import bugzilla from bugzilla import Bugzilla from bugzilla.base import _BugzillaToken -master_target = "4.5.0" +master_target = "5.0.0" bug_regex = "(?:fdo|tdf)#(\d+)" class FreedesktopBZ: |
