Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit ba11df7

Browse files
committed
Version bump
1 parent 9621d06 commit ba11df7

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.6.1
5+
-------------
6+
7+
To be released.
8+
9+
410
Version 0.6.0
511
-------------
612

sass.py

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

2525
__all__ = ('MODES', 'OUTPUT_STYLES', 'SOURCE_COMMENTS', 'CompileError',
2626
'and_join', 'compile')
27-
__version__ = '0.6.0'
27+
__version__ = '0.6.1'
2828

2929

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

0 commit comments

Comments
 (0)