Skip to content

Commit a66606e

Browse files
committed
Version bump
1 parent 4c5770d commit a66606e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changes.rst

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

4+
Version 0.7.1
5+
-------------
6+
7+
To be released.
8+
9+
410
Version 0.7.0
511
-------------
612

sass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
__all__ = ('MODES', 'OUTPUT_STYLES', 'SOURCE_COMMENTS', 'CompileError',
2727
'SassColor', 'SassError', 'SassFunction', 'SassList', 'SassMap',
2828
'SassNumber', 'SassWarning', 'and_join', 'compile')
29-
__version__ = '0.7.0'
29+
__version__ = '0.7.1'
3030

3131

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

0 commit comments

Comments
 (0)