Skip to content

Commit

Permalink
Prepare release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fle committed Dec 15, 2014
1 parent 0d6a52b commit 67c2ee0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -8,7 +8,7 @@ python:
- 3.4

env:
- DJANGO_VERSION=1.2
- DJANGO_VERSION=1.2.5
- DJANGO_VERSION=1.3
- DJANGO_VERSION=1.4
- DJANGO_VERSION=1.5
Expand Down Expand Up @@ -46,11 +46,11 @@ after_success:
matrix:
exclude:
- python: 3.2
env: DJANGO_VERSION=1.2
env: DJANGO_VERSION=1.2.5
- python: 3.3
env: DJANGO_VERSION=1.2
env: DJANGO_VERSION=1.2.5
- python: 3.4
env: DJANGO_VERSION=1.2
env: DJANGO_VERSION=1.2.5
- python: 3.2
env: DJANGO_VERSION=1.3
- python: 3.3
Expand Down
7 changes: 7 additions & 0 deletions CHANGES
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

0.2.1 (2014-12-15)
==================

** New **

- Extends Django compatibility to Django 1.2

0.2.0 (2014-12-09)
==================

Expand Down
2 changes: 1 addition & 1 deletion safedelete/__init__.py
Expand Up @@ -12,4 +12,4 @@
'DELETED_INVISIBLE',
'DELETED_VISIBLE_BY_PK']

__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 67c2ee0

Please sign in to comment.