Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Renaud Parent committed Dec 2, 2016
1 parent 5ae8584 commit d8eab59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include README.rst
recursive-include lock_tokens/templates *.html
recursive-include lock_tokens/templatetags *.html
recursive-include lock_tokens/templatetags *.py
recursive-include lock_tokens/static *.js
recursive-include lock_tokens/management *.py
recursive-exclude * *.py[co]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-lock-tokens',
version='0.1.2',
version='0.1.3',
packages=['lock_tokens'],
include_package_data=True,
description='A Django application that provides a locking mechanism to prevent concurrency editing.',
Expand Down

0 comments on commit d8eab59

Please sign in to comment.