Skip to content

Commit d11b1bd

Browse files
committed
Version bump
1 parent 2558448 commit d11b1bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
Version 0.6.3
4+
Version 0.7.0
55
-------------
66

77
To be released.

sass.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
__all__ = ('MODES', 'OUTPUT_STYLES', 'SOURCE_COMMENTS', 'CompileError',
2727
'and_join', 'compile')
28-
__version__ = '0.6.3'
28+
__version__ = '0.7.0'
2929

3030

3131
#: (:class:`collections.Mapping`) The dictionary of output styles.
@@ -209,7 +209,7 @@ def compile(**kwargs):
209209
Values like ``'none'``, ``'line_numbers'``, and ``'map'`` for
210210
the ``source_comments`` parameter are deprecated.
211211
212-
.. versionadded:: 0.6.3
212+
.. versionadded:: 0.7.0
213213
Added ``precision`` parameter.
214214
215215
"""

sassc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
4545
Set the precision for numbers. Default is 5.
4646
47-
.. versionadded:: 0.6.3
47+
.. versionadded:: 0.7.0
4848
4949
.. option:: -v, --version
5050

0 commit comments

Comments
 (0)