Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
stlehmann committed Apr 30, 2020
1 parent 590730e commit 6089734
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 @@ -4,7 +4,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/).

## 1.1.1 [unreleased]
## 1.1.1

### Added

Expand Down
2 changes: 1 addition & 1 deletion flask_mqtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
unicode = str

# current Flask-MQTT version
__version__ = "1.1.0"
__version__ = "1.1.1"

#: Container for topic + qos
TopicQos = namedtuple("TopicQos", ["topic", "qos"])
Expand Down

0 comments on commit 6089734

Please sign in to comment.