Skip to content

Commit d0209a3

Browse files
committed
Release 0.3.1
1 parent ffff941 commit d0209a3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.3.1 (2022/09/05)
4+
5+
### Issues Closed
6+
7+
* [Issue 60](https://github.com/spyder-ide/qtsass/issues/60) - Release QtSASS 0.3.1 ([PR 64](https://github.com/spyder-ide/qtsass/pull/64) by [@dalthviz](https://github.com/dalthviz))
8+
9+
In this release 1 issue was closed.
10+
11+
### Pull Requests Merged
12+
13+
* [PR 64](https://github.com/spyder-ide/qtsass/pull/64) - PR: Update CI Python versions and classifiers, by [@dalthviz](https://github.com/dalthviz) ([60](https://github.com/spyder-ide/qtsass/issues/60))
14+
15+
In this release 1 pull request was closed.
16+
317
## Version qtsass v0.3.0 (2020/03/18)
418

519
### 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.3.0.dev0'
44+
__version__ = '0.3.1'
4545

4646

4747
def _to_version_info(version):

0 commit comments

Comments
 (0)