Skip to content

Commit ac56a1e

Browse files
committed
1.0.0 release
1 parent 4345509 commit ac56a1e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,11 @@ Then run the unit tests:
247247
Changelog
248248
---------
249249

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+
250255
#### 0.2.0
251256
* New feature: `-g` option to build a source map (when input is a file, not a directory).
252257

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="django-sass",
10-
version="0.2.0",
10+
version="1.0.0",
1111
author="CodeRed LLC",
1212
author_email="[email protected]",
1313
url="https://github.com/coderedcorp/django-sass",

0 commit comments

Comments
 (0)