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

Commit 9fcf879

Browse files
committed
Version bump
1 parent 9543888 commit 9fcf879

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changes.rst

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

4+
Version 0.2.3
5+
-------------
6+
7+
To be released.
8+
9+
- :mod:`sassutils.distutils`: Prevent double monkey patch of ``sdist``.
10+
11+
412
Version 0.2.2
513
-------------
614

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from setuptools import Extension, setup
1717

1818

19-
version = '0.2.2'
19+
version = '0.2.3'
2020

2121
libsass_sources = [
2222
'context.cpp', 'functions.cpp', 'document.cpp',

0 commit comments

Comments
 (0)