Skip to content

Commit cfde1a0

Browse files
committed
Releasing 0.1
1 parent 4d81d75 commit cfde1a0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Django webpack loader consumes the output generated by [webpack-bundle-tracker](
1616

1717

1818
<br>
19+
## Compatibility
20+
21+
Test cases cover Django 1.6, 1.7 and 1.8 on Python 2.7, 3.3 and 3.4. 100% code coverage is the target so we can be sure everything works anytime. That said, it should work on older version of django as well. It is just that we don't officially have support for them.
22+
1923

2024
## Install
2125

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
setup(
33
name = 'django-webpack-loader',
44
packages = ['webpack_loader', 'webpack_loader/templatetags'], # this must be the same as the name above
5-
version = '0.0.8',
5+
version = '0.1',
66
description = 'Load your webpack bundles and chunks in django',
77
author = 'Owais Lone',
88
author_email = 'hello@owaislone.org',

0 commit comments

Comments
 (0)