Skip to content

Commit

Permalink
release cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wooyek committed Dec 31, 2014
1 parent 71447af commit e2e072f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask-Babel>=0.9
Flask-OAuth>=0.12
facebook-sdk>=0.4.0
facebook-sdk>=0.4
google-api-python-client>=1.2
httplib2>=0.8
oauth2>=1.5.211
requests>=2.2.1
oauth2>=1.5
requests>=2
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[aliases]
rc = egg_info --tag-date --tag-build=.rc sdist
rtm = egg_info --tag-date --tag-build=.rtm bdist
rel = egg_info --tag-date sdist
wh = egg_info --tag-date --tag-build=.dist --universal bdist_wheel
#wh = egg_info --tag-date --tag-build=.dist --universal bdist_wheel
wh = egg_info sdist

[egg_info]
tag_date = true
#[egg_info]
#tag_date = true

[wheel]
universal = 1
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import os
from setuptools import setup, find_packages
from pip.req import parse_requirements
import pypandoc

ROOT_DIR = os.path.abspath(os.path.dirname(__file__))
SRC_DIR = os.path.join(ROOT_DIR, 'src')
Expand Down
2 changes: 1 addition & 1 deletion src/flask_social_blueprint/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# coding=utf-8
# Copyright 2013 Janusz Skonieczny
__version__ = '0.6.dev1'
__version__ = '0.6.1'

0 comments on commit e2e072f

Please sign in to comment.