Skip to content

Commit 8dbc8e3

Browse files
committed
Version bump
1 parent 6610145 commit 8dbc8e3

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.ackrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
--ignore-dir=.tox
2+
--ignore-dir=build
3+
--ignore-dir=libsass.egg-info

docs/changes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
Version 0.5.1
5+
-------------
6+
7+
To be released.
8+
9+
- Fixed a bug that :class:`~sassutils.wsgi.SassMiddleware` yielded
10+
:class:`str` instead of :class:`bytes` on Python 3.
11+
12+
413
Version 0.5.0
514
-------------
615

sass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
__all__ = ('MODES', 'OUTPUT_STYLES', 'SOURCE_COMMENTS', 'CompileError',
2424
'and_join', 'compile')
25-
__version__ = '0.5.0'
25+
__version__ = '0.5.1'
2626

2727

2828
#: (:class:`collections.Mapping`) The dictionary of output styles.

0 commit comments

Comments
 (0)