File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
branches :
39
39
only :
40
40
- master
41
- - /^.*-maintenance $/
41
+ - /^\d+(\.\d+)*(\.x)? $/
42
42
43
43
notifications :
44
44
email : false
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Unreleased
7
7
Version 2.4.0
8
8
-------------
9
9
10
- Released 2019-04-23
10
+ Released 2019-04-24
11
11
12
12
- Make engine configuration more flexible. (:pr: `684 `)
13
13
- Address SQLAlchemy 1.3 deprecations. (:pr: `684 `)
Original file line number Diff line number Diff line change 22
22
"flask" : ("http://flask.pocoo.org/docs/" , None ),
23
23
"sqlalchemy" : ("https://docs.sqlalchemy.org/en/latest/" , None ),
24
24
}
25
- issues_github_path = "pallets/werkzeug "
25
+ issues_github_path = "pallets/flask-sqlalchemy "
26
26
27
27
# HTML -----------------------------------------------------------------
28
28
You can’t perform that action at this time.
0 commit comments