Skip to content

Commit

Permalink
Packaging fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Geoffroy committed Jul 27, 2014
1 parent ad20b56 commit d4cd095
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django-crucrudile [![Build Status](https://travis-ci.org/pstch/django-crucrudile.svg?branch=crucrudile)](https://travis-ci.org/pstch/django-crucrudile) [![Coverage Status](https://coveralls.io/repos/pstch/django-crucrudile/badge.png?branch=crucrudile)](https://coveralls.io/r/pstch/django-crucrudile?branch=crucrudile)
=================

Current release is `0.9.2`.
Current release is `0.9.3`.

**NOTE :** Development is done on the `develop` branch, and when needed, merged into the `master` branch, which is more stable. **Code on the `develop` branch may not work at all !** (Which doesn't mean that the code on the `master` branch will work..)

Expand Down
2 changes: 1 addition & 1 deletion django_crucrudile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
__title__ = 'django-crucrudile'
__description__ = 'Django URL routing classes',

__version__ = '0.9.2'
__version__ = '0.9.3'

__author__ = 'Hugo Geoffroy'
__author_email__ = 'hugo@pstch.net'
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
'coverage',
],
classifiers=CLASSIFIERS,

download_url=('https://github.com/pstch/django-crucrudile/tarball/v' +
django_crucrudile.__version__),
test_suite='nose.collector',
)

0 comments on commit d4cd095

Please sign in to comment.