Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ramusus committed Apr 3, 2016
1 parent 171c824 commit 9b32135
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion facebook_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION = (0, 6, 7)
VERSION = (0, 6, 8)
__version__ = '.'.join(map(str, VERSION))
4 changes: 0 additions & 4 deletions facebook_api/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
'''
from datetime import datetime, timedelta
import re

from bs4 import BeautifulSoup
from django.conf import settings
from oauth_tokens.providers.facebook import FacebookAccessToken
import requests

Expand Down
14 changes: 0 additions & 14 deletions quicktest.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
'''
Copyright 2011-2015 ramusus
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 a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
'''
"""
QuickDjangoTest module for testing in Travis CI https://travis-ci.org
Changes log:
Expand Down

0 comments on commit 9b32135

Please sign in to comment.