Skip to content

Commit

Permalink
Bump version to RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Geoffroy committed Jul 29, 2014
1 parent 0eed9b9 commit 07dc76f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5`. `django-crucrudile` is available in PyPI : https://pypi.python.org/pypi/django-crucrudile/
Current version is `1.0.0-rc1`. `django-crucrudile` is available in PyPI : https://pypi.python.org/pypi/django-crucrudile/

`django-crucrudile` is currently only compatible with Python 3 (tested with 3.3 and 3.4). Backporting to Python 2 should be pretty easy (there are no Python 3 "exclusive" features used), and help is welcome for this simple, repetitive task.

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

__version__ = '0.9.5'
__version__ = '1.0.0-rc1'

__author__ = 'Hugo Geoffroy'
__author_email__ = 'hugo@pstch.net'
Expand Down

0 comments on commit 07dc76f

Please sign in to comment.