Skip to content

Commit

Permalink
Version bump: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Aug 18, 2020
1 parent 9fb078f commit a2c92a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,3 +1,10 @@
## 1.1.0

IMPROVEMENTS:

* Added basic settings abilities (gravity offset, scale, temperature scale): https://github.com/myoung34/tilty-dashboard/pull/4
* Added a side nav bar

## 1.0.1

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tilty-dashboard"
version = "1.0.1"
version = "1.1.0"
description = "A simple dashboard to display tilty data"
authors = ["Marcus Young <myoung34@my.apsu.edu>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
author_email='3vilpenguin@gmail.com',
long_description=long_description,
long_description_content_type="text/markdown",
version='1.0.1',
version='1.1.0',
package_data={
"": ["*.html"],
},
Expand Down

0 comments on commit a2c92a0

Please sign in to comment.