Skip to content

Commit

Permalink
added required pagination package
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreu Vallbona committed Jun 3, 2016
1 parent 3bdbbdc commit edc1c8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ tornado==4.3
watchdog==0.8.3
xlrd==0.9.4
XlsxWriter==0.8.9
django-bootstrap-pagination==1.5.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='transmanager',
version='0.1',
version='0.2',
packages=find_packages(),
include_package_data=True,
license='BSD License',
Expand Down
2 changes: 1 addition & 1 deletion transmanager/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = 'Andreu Vallbona'
__email__ = 'avallbona@gmail.com'
__version__ = '0.1'
__version__ = '0.2'

default_app_config = 'transmanager.apps.TransManagerConfig'

0 comments on commit edc1c8e

Please sign in to comment.