Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
Upgraded to new version of storytracker
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jul 10, 2014
1 parent 47e2e24 commit 9efd723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ python-dateutil==2.2
requests==2.3.0
sh==1.09
six==1.7.2
storytracker==0.0.2
storytracker==0.0.4
tox==1.7.1
virtualenv==1.11.6
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ def run(self):

setup(
name='django-urlarchivefield',
version='0.0.5',
version='0.0.6',
description='A custom Django model field that automatically archives a URL',
author='Ben Welsh',
author_email='ben.welsh@gmail.com',
url='https://github.com/pastpages/django-urlarchivefield',
license='MIT',
packages=('urlarchivefield',),
install_requires=(
'storytracker==0.0.3',
'storytracker==0.0.4',
'six==1.7.2',
),
cmdclass={'test': TestCommand}
Expand Down

0 comments on commit 9efd723

Please sign in to comment.