Skip to content

Commit

Permalink
Version bump 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Jun 9, 2022
1 parent 1f83400 commit 281c350
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.2.0

IMPROVEMENTS:

* bump eventlet to 0.33.1
* Add python 3.10
* Update python versions, bump dependencies
* Fix dep sprawl between poetry and setup.py. Causing https://github.com/miguelgrinberg/python-socketio/issues/578
* miguelgrinberg/python-socketio/issues/578
* Fix deprecation on using HEAD^2 for codeql
* Move git:// to https:// in pre-commit
* Bump codeql to v2

SECURITY:

* Bump/pin flask-cors for CVE-2020-25032

## 1.1.8

SECURITY:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tilty-dashboard"
version = "1.1.7"
version = "1.2.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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author_email='3vilpenguin@gmail.com',
long_description=long_description,
long_description_content_type="text/markdown",
version='1.1.8',
version='1.2.0',
package_data={
"": ["*.html", "*.png", "*.css", "*.js"],
},
Expand Down

0 comments on commit 281c350

Please sign in to comment.