Skip to content

Commit

Permalink
Version 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
martey committed Aug 9, 2018
1 parent 3348fb9 commit 54c088e
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)

This comment has been minimized.

Copy link
@akshay2742

akshay2742 Sep 11, 2018

what to do

This comment has been minimized.

Copy link
@martey

martey Sep 11, 2018

Author Member

You could use the Google Group for support instead of commenting on commits.

If you decide to post there, you might want to follow the advice in http://zellwk.com/blog/asking-questions/ to increase the chances that your question is answered.

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 54c088e

Please sign in to comment.