Skip to content

Commit

Permalink
Bump version to v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anamileva committed Dec 14, 2023
1 parent 7d5688b commit 89c0fd8
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 19 deletions.
36 changes: 21 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
aiohttp==3.9.1
aiosignal==1.3.1
alabaster==0.7.13
aniso8601==9.0.1
Babel==2.13.1
black==23.10.1
attrs==23.1.0
Babel==2.14.0
black==23.12.0
bokeh==2.2.3
certifi==2023.7.22
charset-normalizer==3.3.1
certifi==2023.11.17
charset-normalizer==3.3.2
click==8.1.7
coverage==6.5.0
coveralls==3.3.1
Expand All @@ -16,27 +19,29 @@ eventlet==0.33.3
Flask==2.0.1
Flask-RESTful==0.3.9
Flask-SocketIO==4.3.2
greenlet==3.0.1
frozenlist==1.4.0
greenlet==3.0.2
GridPath==0.16.0
gurobipy==10.0.3
idna==3.4
gurobipy==11.0.0
idna==3.6
imagesize==1.4.1
itsdangerous==2.1.2
Jinja2==3.0.3
MarkupSafe==2.1.3
multidict==6.0.4
mypy-extensions==1.0.0
networkx==3.1
nose==1.3.7
numpy==1.26.1
numpy==1.26.2
packaging==23.2
pandas==2.1.1
pathspec==0.11.2
pathspec==0.12.1
Pillow==10.1.0
platformdirs==3.11.0
platformdirs==4.1.0
ply==3.11
pscript==0.7.5
psutil==5.9.6
Pygments==2.16.1
Pygments==2.17.2
Pyomo==6.5.0
python-dateutil==2.8.2
python-engineio==3.14.2
Expand All @@ -55,9 +60,10 @@ sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
tornado==6.3.3
typing_extensions==4.8.0
tornado==6.4
typing_extensions==4.9.0
tzdata==2023.3
urllib3==2.0.7
websocket-client==1.6.4
urllib3==2.1.0
websocket-client==1.7.0
Werkzeug==2.0.2
yarl==1.9.4
2 changes: 1 addition & 1 deletion ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridpath-ui",
"version": "0.16.0",
"version": "0.16.1",
"main": "src/electron-main.js",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>GridPath v0.16.0</title>
<title>GridPath v0.16.1</title>
<base href="./">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v0.16.0"
__version__ = "v0.16.1"

0 comments on commit 89c0fd8

Please sign in to comment.