Skip to content

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Apr 23, 2015
1 parent edbde65 commit 1d3cfd4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
*~
*.egg-info
.DS_Store

build/
dist/
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,10 @@ django-nose does not support Django 1.0.

Recent Version History
----------------------
1.4 (2015-04-23)
* Django 1.8 support (timc3, adepue, jwhitlock)
* Support --testrunner option (st3lk)
* Fix REUSE_DB second run in py3k (edrmp)

1.3 (2014-12-05)
* Django 1.6 and 1.7 support (conrado, co3k, Nepherhotep, mbertheau)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='django-nose',
version='1.3',
version='1.4',
description='Makes your Django tests simple and snappy',
long_description=open(os.path.join(ROOT, 'README.rst')).read(),
author='Jeff Balogh',
Expand Down

3 comments on commit 1d3cfd4

@kumar303
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was just testing this on 1.8 and it's working well. Thanks! Are you planning to push to PyPI soon or are you waiting on more fixes?

@jwhitlock
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.4 is live on PyPI.

@erikrose
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hooray! Thanks, @jwhitlock, for stepping up!

Please sign in to comment.