Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
v 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Demah committed Apr 19, 2015
1 parent d395553 commit 1a415a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_th/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 9, 1) # PEP 386
VERSION = (0, 10, 0) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])

default_app_config = 'django_th.apps.DjangoThConfig'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Django>=1.8
django-formtools==1.0
django-th-rss>=0.3.0
django-th-pocket>=0.2.0
django-th-rss>=0.3.2
django-th-pocket>=0.2.2
arrow==0.4.2
django-js-reverse==0.3.3
trollius==1.0.2
Expand Down

0 comments on commit 1a415a4

Please sign in to comment.