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

Commit ec1496d

Browse files
committed
Bump version
1 parent 2dd930c commit ec1496d

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

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.4.1'
25+
__version__ = '0.4.2'
2626

2727

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

0 commit comments

Comments
 (0)