Skip to content

Commit

Permalink
0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Oct 12, 2014
1 parent 285756c commit 8ab844e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -10,8 +10,8 @@ env:
- DJANGO=1.7

before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

install:
- pip install django==$DJANGO --quiet
Expand Down
Binary file removed multiseek/locale/pl/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -65,7 +65,7 @@ def run(self):

setup(
name='django-multiseek',
version='0.9.7.15',
version='0.9.8',
description='Seek records using multiple parameters',
author=u'Michał Pasternak',
author_email='michal.dtz@gmail.com',
Expand Down

0 comments on commit 8ab844e

Please sign in to comment.