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

Commit 94166b9

Browse files
committed
Bump version
1 parent baf65d3 commit 94166b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3.1
4+
Version 0.4.0
55
-------------
66

77
To be released.

sass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
compile_string)
2121

2222
__all__ = 'MODES', 'OUTPUT_STYLES', 'CompileError', 'and_join', 'compile'
23-
__version__ = '0.3.1'
23+
__version__ = '0.4.0'
2424

2525

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

0 commit comments

Comments
 (0)