Skip to content

Commit 64bf650

Browse files
committed
Version bump and changelogs
1 parent 571c424 commit 64bf650

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changes.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
Version 0.2.2
5+
-------------
6+
7+
To be released.
8+
9+
- Fixed a link error on PyPy and Linux.
10+
- Fixed build errors on Windows.
11+
12+
413
Version 0.2.1
514
-------------
615

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from setuptools import Extension, setup
1717

1818

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

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

0 commit comments

Comments
 (0)