Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 740073a

Browse files
author
Alexander Akhmetov
committed
Release 0.8.0
1 parent 47415d7 commit 740073a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [unreleased]
8+
## [0.8.0] - 25.09.2018
99

1010
- New example: [shields.toml](/examples/shields.toml)
1111
- New action: SpeakTextAction

shortcuts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.7.0'
1+
__version__ = '0.8.0'
22

33
from .shortcut import Shortcut # noqa
44

0 commit comments

Comments
 (0)