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

Commit f06e593

Browse files
author
Alexander Akhmetov
committed
Release 0.8.1
1 parent aecf135 commit f06e593

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-
## [0.8.1] - 20.09.2018
8+
## [0.8.1] - 26.09.2018
99

1010
- Save shortcut from URL without deserializing if output format is plist
1111

shortcuts/__init__.py

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

33
from .shortcut import Shortcut # noqa
44

0 commit comments

Comments
 (0)