Skip to content

Commit 5ebe9ac

Browse files
committed
Merge #428 (release 3.0.0).
2 parents 3348fb9 + 54c088e commit 5ebe9ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/changes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
=========
44

5-
Version 3.0.0 (unreleased)
5+
Version 3.0.0 (2018-08-08)
66
==========================
77
- Add support for Python 3.6 and 3.7.
88
- Remove support for Python 2.6 and 3.3.

examples/flask/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
facebook-sdk==2.0.0
1+
facebook-sdk==3.0.0
22
flask==0.11.1
33
flask-sqlalchemy==2.1

facebook/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright 2015 Mobolic
3+
# Copyright 2015-2018 Mobolic
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License"); you may
66
# not use this file except in compliance with the License. You may obtain
@@ -14,4 +14,4 @@
1414
# License for the specific language governing permissions and limitations
1515
# under the License.
1616

17-
__version__ = "3.0.0-alpha"
17+
__version__ = "3.0.0"

0 commit comments

Comments
 (0)