Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
creafz committed Nov 3, 2014
1 parent 94df365 commit 8d0714a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

Version 0.2.1 - 2014-11-03
--------------------------
* Minor setup.py fixes

Version 0.2.0 - 2014-11-03
--------------------------
* Updated tests
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.0'
version = '0.2.1'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
import os
from setuptools import setup

# Quick and dirty fix for http://bugs.python.org/issue8876
if os.environ.get('USER','') == 'vagrant':
del os.link

with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()

os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))

setup(
name='django-social-widgets',
version='0.2.0',
version='0.2.1',
packages=['social_widgets'],
include_package_data=True,
license='MIT License',
Expand All @@ -23,7 +19,7 @@
keywords='Django, social network, template, facebook, twitter',
url='https://github.com/creafz/django-social-widgets',
download_url=
'https://github.com/creafz/django-social-widgets/tarball/0.2.0',
'https://github.com/creafz/django-social-widgets/tarball/0.2.1',
author='Alex Parinov',
author_email='creafz@gmail.com',
classifiers=[
Expand Down

0 comments on commit 8d0714a

Please sign in to comment.