We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4345509 commit ac56a1eCopy full SHA for ac56a1e
README.md
@@ -247,6 +247,11 @@ Then run the unit tests:
247
Changelog
248
---------
249
250
+#### 1.0.0
251
+* New: You can now use `django_sass` APIs directly in Python.
252
+* Added unit tests.
253
+* Code quality improvements.
254
+
255
#### 0.2.0
256
* New feature: `-g` option to build a source map (when input is a file, not a directory).
257
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="django-sass",
10
- version="0.2.0",
+ version="1.0.0",
11
author="CodeRed LLC",
12
author_email="[email protected]",
13
url="https://github.com/coderedcorp/django-sass",
0 commit comments