Skip to content

Commit

Permalink
Bump version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anamileva committed May 4, 2022
1 parent bcf2599 commit e5054b1
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
34 changes: 17 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
alabaster==0.7.12
aniso8601==9.0.1
Babel==2.9.1
black==21.12b0
Babel==2.10.1
black==22.3.0
bokeh==2.2.3
certifi==2021.10.8
charset-normalizer==2.0.10
click==8.0.3
coverage==6.2
charset-normalizer==2.0.12
click==8.1.3
coverage==6.3.2
coveralls==3.3.1
decorator==4.4.2
dnspython==1.16.0
Expand All @@ -19,31 +19,31 @@ Flask-SocketIO==4.3.2
greenlet==1.1.2
idna==3.3
imagesize==1.3.0
itsdangerous==2.0.1
itsdangerous==2.1.2
Jinja2==3.0.3
MarkupSafe==2.0.1
MarkupSafe==2.1.1
mypy-extensions==0.4.3
networkx==2.5.1
nose==1.3.7
numpy==1.21.5
packaging==21.3
pandas==1.2.5
pathspec==0.9.0
Pillow==9.0.0
platformdirs==2.4.1
Pillow==9.1.0
platformdirs==2.5.2
ply==3.11
pscript==0.7.5
psutil==5.8.0
Pygments==2.11.1
Pygments==2.12.0
Pyomo==6.3.0
pyparsing==3.0.6
pyparsing==3.0.8
python-dateutil==2.8.2
python-engineio==3.14.2
python-socketio==4.6.1
pytz==2021.3
pytz==2022.1
PyUtilib==6.0.0
PyYAML==6.0
requests==2.27.0
requests==2.27.1
six==1.16.0
snowballstemmer==2.2.0
Sphinx==4.0.2
Expand All @@ -54,9 +54,9 @@ sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
tomli==1.2.3
tomli==2.0.1
tornado==6.1
typing-extensions==4.0.1
urllib3==1.26.7
websocket-client==1.2.3
typing-extensions==4.2.0
urllib3==1.26.9
websocket-client==1.3.2
Werkzeug==2.0.2
4 changes: 2 additions & 2 deletions 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.12.0",
"version": "0.13.0",
"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.12.0</title>
<title>GridPath v0.13.0</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__ = "0.12.0"
__version__ = "0.13.0"

0 comments on commit e5054b1

Please sign in to comment.