Skip to content

Commit

Permalink
Merge #428 (release 3.0.0).
Browse files Browse the repository at this point in the history
  • Loading branch information
martey committed Aug 9, 2018
2 parents 3348fb9 + 54c088e commit 5ebe9ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/flask/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
facebook-sdk==2.0.0
facebook-sdk==3.0.0
flask==0.11.1
flask-sqlalchemy==2.1
4 changes: 2 additions & 2 deletions facebook/version.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

0 comments on commit 5ebe9ac

Please sign in to comment.