Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Bump Django to v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tswicegood committed Feb 20, 2013
1 parent c75dae6 commit b16a6e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ python:
install:
- ./.travis_setup
env:
- SKIP_COVERAGE=1 SKIP_INSTALL=1 DJANGO_VERSION=1.4.4
- SKIP_COVERAGE=1 SKIP_INSTALL=1 DJANGO_VERSION=1.4.5
- SKIP_COVERAGE=1 SKIP_INSTALL=1 DJANGO_VERSION=1.3.3
script: fab test
notifications:
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,10 +1,10 @@
{
"name": "armstrong.apps.donations",
"version": "1.2.2",
"version": "1.2.3alpha.0",
"description": "Provides a framework for accepting donations",
"install_requires": [
"authorize==0.1.0",
"Django>=1.3,<=1.4.4",
"Django>=1.3,<=1.4.5",
"armstrong.utils.backends>=1.0.0,<2.0"
]
}

0 comments on commit b16a6e0

Please sign in to comment.