Skip to content

Commit 87354be

Browse files
committed
Release 0.3.2
1 parent 03d4326 commit 87354be

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# History of changes
22

3+
## Version 0.3.2 (2022/09/16)
4+
5+
### Pull Requests Merged
6+
7+
* [PR 68](https://github.com/spyder-ide/qtsass/pull/68) - PR: Constraint libsass to 0.21.0 and update .authors.yml file, by [@dalthviz](https://github.com/dalthviz)
8+
* [PR 66](https://github.com/spyder-ide/qtsass/pull/66) - PR: Update changelog and authors, by [@dalthviz](https://github.com/dalthviz)
9+
* [PR 65](https://github.com/spyder-ide/qtsass/pull/65) - PR:🚇 Add deployment pipeline step, by [@s-weigand](https://github.com/s-weigand)
10+
11+
In this release 3 pull requests were closed.
12+
313
## Version 0.3.1 (2022/09/05)
414

515
### Issues Closed

qtsass/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
enable_logging()
4242

4343
# Constants
44-
__version__ = '0.4.0.dev0'
44+
__version__ = '0.3.2'
4545

4646

4747
def _to_version_info(version):

0 commit comments

Comments
 (0)