Skip to content

Commit 539fd4b

Browse files
committed
Release 0.4.0
1 parent 3dc1608 commit 539fd4b

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.4.0 (2023/03/27)
4+
5+
### Issues Closed
6+
7+
* [Issue 73](https://github.com/spyder-ide/qtsass/issues/73) - Release QtSASS 0.4.0
8+
* [Issue 67](https://github.com/spyder-ide/qtsass/issues/67) - Drop support for Python 2.7, 3.5, and 3.6 ([PR 71](https://github.com/spyder-ide/qtsass/pull/71) by [@dalthviz](https://github.com/dalthviz))
9+
10+
In this release 2 issues were closed.
11+
12+
### Pull Requests Merged
13+
14+
* [PR 71](https://github.com/spyder-ide/qtsass/pull/71) - PR: Drop support for Python <=3.6, by [@dalthviz](https://github.com/dalthviz) ([67](https://github.com/spyder-ide/qtsass/issues/67))
15+
* [PR 70](https://github.com/spyder-ide/qtsass/pull/70) - PR: Made `compile_filename` file output optional, by [@gentlegiantJGC](https://github.com/gentlegiantJGC)
16+
* [PR 69](https://github.com/spyder-ide/qtsass/pull/69) - PR: Update RELEASE.md, by [@dalthviz](https://github.com/dalthviz)
17+
* [PR 59](https://github.com/spyder-ide/qtsass/pull/59) - PR: Add the support for QRadialGradient, by [@regrainb](https://github.com/regrainb) ([57](https://github.com/spyder-ide/qtsass/issues/57))
18+
19+
In this release 4 pull requests were closed.
20+
321
## Version 0.3.2 (2022/09/16)
422

523
### Pull Requests Merged

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.4.0'
4545

4646

4747
def _to_version_info(version):

0 commit comments

Comments
 (0)