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

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Akhmetov committed Sep 25, 2018
1 parent aecf135 commit f06e593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.1] - 20.09.2018
## [0.8.1] - 26.09.2018

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

Expand Down
2 changes: 1 addition & 1 deletion shortcuts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.8.0'
__version__ = '0.8.1'

from .shortcut import Shortcut # noqa

Expand Down

0 comments on commit f06e593

Please sign in to comment.