Skip to content

Commit 3d3261f

Browse files
committed
Merge branch '2.x'
2 parents 668758a + 40a53b2 commit 3d3261f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cache:
3838
branches:
3939
only:
4040
- master
41-
- /^.*-maintenance$/
41+
- /^\d+(\.\d+)*(\.x)?$/
4242

4343
notifications:
4444
email: false

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Unreleased
77
Version 2.4.0
88
-------------
99

10-
Released 2019-04-23
10+
Released 2019-04-24
1111

1212
- Make engine configuration more flexible. (:pr:`684`)
1313
- Address SQLAlchemy 1.3 deprecations. (:pr:`684`)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"flask": ("http://flask.pocoo.org/docs/", None),
2323
"sqlalchemy": ("https://docs.sqlalchemy.org/en/latest/", None),
2424
}
25-
issues_github_path = "pallets/werkzeug"
25+
issues_github_path = "pallets/flask-sqlalchemy"
2626

2727
# HTML -----------------------------------------------------------------
2828

0 commit comments

Comments
 (0)