Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1024 committed Oct 2, 2015
1 parent c065f4c commit 1362991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ When you do a `./manage.py collectstatic`, django-npm will run `npm install` for

## Changelog

* v0.1.2 - Fix bug with destination prefix
* v0.1.1 - manage.py runserver bugfix
* v0.1.0 - Add `NPM_FILE_PATTERNS` setting
* v0.0.1 - initial release
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='django-npm',
version='0.1.1',
version='0.1.2',
description='A django staticfiles finder that uses npm',
url='https://github.com/kevin1024/django-npm',
author='Kevin McCarthy',
Expand Down

0 comments on commit 1362991

Please sign in to comment.