diff --git a/docs/changes.rst b/docs/changes.rst index c6172630..5cadc9c3 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -2,7 +2,7 @@ Changelog ========= -Version 3.0.0 (unreleased) +Version 3.0.0 (2018-08-08) ========================== - Add support for Python 3.6 and 3.7. - Remove support for Python 2.6 and 3.3. diff --git a/examples/flask/requirements.txt b/examples/flask/requirements.txt index 31295fdc..e62f8545 100644 --- a/examples/flask/requirements.txt +++ b/examples/flask/requirements.txt @@ -1,3 +1,3 @@ -facebook-sdk==2.0.0 +facebook-sdk==3.0.0 flask==0.11.1 flask-sqlalchemy==2.1 diff --git a/facebook/version.py b/facebook/version.py index 768d1d47..20c630fe 100644 --- a/facebook/version.py +++ b/facebook/version.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2015 Mobolic +# Copyright 2015-2018 Mobolic # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain @@ -14,4 +14,4 @@ # License for the specific language governing permissions and limitations # under the License. -__version__ = "3.0.0-alpha" +__version__ = "3.0.0"