Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 9.0.1 #4137

Merged
merged 4 commits into from
Jun 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 9.1.0a1
current_version = 9.0.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}{release}{build}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
## [master](https://github.com/dallinger/dallinger/tree/master) (xxxx-xx-xx)

## [v9.0.1](https://github.com/dallinger/dallinger/tree/v9.0.1) (2022-06-17)
- Enhancement: Persist docker deployment infos to a file in the current directory
- Infrastructure: Update dependencies

## [v9.0.0](https://github.com/dallinger/dallinger/tree/v9.0.0) (2022-05-19)
- Infrastructure: Drop support for Python 3.7
- Infrastructure: Update versions of various dependencies, including those which had been impossible while retaining Python 3.7 compatibility, e.g. Flask to v2.x, Jinja2 to v3.x, numpy to 1.22.x, pandas to v1.4.x, click to 8.x and Sphinx to 4.5.x
Expand Down
55 changes: 28 additions & 27 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ attrs==21.4.0
# outcome
# pytest
# trio
babel==2.10.1
babel==2.10.3
# via sphinx
backcall==0.2.0
# via ipython
Expand All @@ -42,9 +42,9 @@ black==22.3.0
# via dallinger
bleach==5.0.0
# via nbconvert
boto3==1.23.5
boto3==1.24.11
# via dallinger
botocore==1.26.5
botocore==1.27.11
# via
# boto3
# s3transfer
Expand All @@ -56,7 +56,7 @@ bumpversion==0.6.0
# via dallinger
cached-property==1.5.2
# via dallinger
certifi==2022.5.18.1
certifi==2022.6.15
# via
# requests
# urllib3
Expand All @@ -81,7 +81,7 @@ codecov==2.1.12
# via dallinger
commonmark==0.9.1
# via recommonmark
coverage==6.3.3
coverage==6.4.1
# via
# codecov
# coverage-pth
Expand Down Expand Up @@ -130,11 +130,11 @@ et-xmlfile==1.1.0
# via openpyxl
executing==0.8.3
# via stack-data
faker==13.11.1
faker==13.13.0
# via dallinger
fastjsonschema==2.15.3
# via nbformat
filelock==3.7.0
filelock==3.7.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -186,14 +186,14 @@ imagesize==1.3.0
# via sphinx
iniconfig==1.1.1
# via pytest
ipykernel==6.13.0
ipykernel==6.15.0
# via
# ipywidgets
# jupyter
# jupyter-console
# notebook
# qtconsole
ipython==8.3.0
ipython==8.4.0
# via
# ipykernel
# ipywidgets
Expand Down Expand Up @@ -229,7 +229,7 @@ jsonschema==3.2.0
# nbformat
jupyter==1.0.0
# via dallinger
jupyter-client==7.3.1
jupyter-client==7.3.4
# via
# ipykernel
# jupyter-console
Expand Down Expand Up @@ -270,7 +270,7 @@ mock==4.0.3
# via dallinger
mypy-extensions==0.4.3
# via black
nbclient==0.6.3
nbclient==0.6.4
# via nbconvert
nbconvert==6.5.0
# via
Expand All @@ -290,7 +290,7 @@ nest-asyncio==1.5.5
# notebook
nodeenv==1.6.0
# via pre-commit
notebook==6.4.11
notebook==6.4.12
# via
# jupyter
# widgetsnbextension
Expand All @@ -300,7 +300,7 @@ odfpy==1.4.1
# via tablib
openpyxl==3.0.10
# via tablib
outcome==1.1.0
outcome==1.2.0
# via trio
packaging==21.3
# via
Expand Down Expand Up @@ -337,7 +337,7 @@ pexpect==4.8.0
# ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.6.1
pip-tools==6.6.2
# via dallinger
platformdirs==2.5.2
# via
Expand Down Expand Up @@ -394,7 +394,7 @@ pynacl==1.5.0
# via paramiko
pyopenssl==22.0.0
# via urllib3
pypandoc==1.8
pypandoc==1.8.1
# via dallinger
pyparsing==3.0.9
# via packaging
Expand Down Expand Up @@ -429,22 +429,23 @@ pyyaml==5.4.1
# docker-compose
# pre-commit
# tablib
pyzmq==23.0.0
pyzmq==23.1.0
# via
# ipykernel
# jupyter-client
# notebook
# qtconsole
qtconsole==5.3.0
qtconsole==5.3.1
# via jupyter
qtpy==2.1.0
# via qtconsole
recommonmark==0.7.1
# via dallinger
redis==4.3.1
redis==4.3.3
# via
# dallinger
# rq
requests==2.27.1
requests==2.28.0
# via
# codecov
# dallinger
Expand All @@ -454,9 +455,9 @@ requests==2.27.1
# sphinx
rq==1.10.1
# via dallinger
s3transfer==0.5.2
s3transfer==0.6.0
# via boto3
selenium==4.1.5
selenium==4.2.0
# via dallinger
send2trash==1.8.0
# via notebook
Expand All @@ -482,7 +483,7 @@ sortedcontainers==2.4.0
# via trio
soupsieve==2.3.2.post1
# via beautifulsoup4
sphinx==4.5.0
sphinx==5.0.2
# via
# dallinger
# recommonmark
Expand All @@ -502,17 +503,17 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-spelling==7.3.3
sphinxcontrib-spelling==7.5.0
# via dallinger
sqlalchemy==1.4.36
sqlalchemy==1.4.37
# via
# dallinger
# sqlalchemy-postgres-copy
sqlalchemy-postgres-copy==0.5.0
# via dallinger
sshtunnel==0.4.0
# via dallinger
stack-data==0.2.0
stack-data==0.3.0
# via ipython
tablib==3.2.1
# via dallinger
Expand Down Expand Up @@ -548,7 +549,7 @@ tornado==6.1
# terminado
tox==3.25.0
# via dallinger
traitlets==5.2.1.post0
traitlets==5.3.0
# via
# ipykernel
# ipython
Expand All @@ -561,7 +562,7 @@ traitlets==5.2.1.post0
# nbformat
# notebook
# qtconsole
trio==0.20.0
trio==0.21.0
# via
# selenium
# trio-websocket
Expand Down
2 changes: 1 addition & 1 deletion dallinger/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Dallinger version number."""

__version__ = "9.1.0a1"
__version__ = "9.0.1"
26 changes: 13 additions & 13 deletions demos/dlgr/demos/bartlett1932/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ attrs==21.4.0
# -c ../../../../dev-requirements.txt
# outcome
# trio
boto3==1.23.5
boto3==1.24.11
# via
# -c ../../../../dev-requirements.txt
# dallinger
botocore==1.26.5
botocore==1.27.11
# via
# -c ../../../../dev-requirements.txt
# boto3
Expand All @@ -41,7 +41,7 @@ cached-property==1.5.2
# via
# -c ../../../../dev-requirements.txt
# dallinger
certifi==2022.5.18.1
certifi==2022.6.15
# via
# -c ../../../../dev-requirements.txt
# requests
Expand All @@ -66,13 +66,13 @@ cryptography==37.0.2
# -c ../../../../dev-requirements.txt
# pyopenssl
# urllib3
dallinger==9.0.0
dallinger==9.0.1
# via -r requirements.txt
deprecated==1.2.13
# via
# -c ../../../../dev-requirements.txt
# redis
faker==13.11.1
faker==13.13.0
# via
# -c ../../../../dev-requirements.txt
# dallinger
Expand Down Expand Up @@ -161,7 +161,7 @@ markupsafe==2.1.1
# -c ../../../../dev-requirements.txt
# jinja2
# wtforms
outcome==1.1.0
outcome==1.2.0
# via
# -c ../../../../dev-requirements.txt
# trio
Expand All @@ -179,7 +179,7 @@ pexpect==4.8.0
# via
# -c ../../../../dev-requirements.txt
# dallinger
pip-tools==6.6.1
pip-tools==6.6.2
# via
# -c ../../../../dev-requirements.txt
# dallinger
Expand Down Expand Up @@ -226,12 +226,12 @@ pytz-deprecation-shim==0.1.0.post0
# via
# -c ../../../../dev-requirements.txt
# tzlocal
redis==4.3.1
redis==4.3.3
# via
# -c ../../../../dev-requirements.txt
# dallinger
# rq
requests==2.27.1
requests==2.28.0
# via
# -c ../../../../dev-requirements.txt
# dallinger
Expand All @@ -240,11 +240,11 @@ rq==1.10.1
# via
# -c ../../../../dev-requirements.txt
# dallinger
s3transfer==0.5.2
s3transfer==0.6.0
# via
# -c ../../../../dev-requirements.txt
# boto3
selenium==4.1.5
selenium==4.2.0
# via
# -c ../../../../dev-requirements.txt
# dallinger
Expand All @@ -263,7 +263,7 @@ sortedcontainers==2.4.0
# via
# -c ../../../../dev-requirements.txt
# trio
sqlalchemy==1.4.36
sqlalchemy==1.4.37
# via
# -c ../../../../dev-requirements.txt
# dallinger
Expand All @@ -289,7 +289,7 @@ tomli==2.0.1
# -c ../../../../dev-requirements.txt
# build
# pep517
trio==0.20.0
trio==0.21.0
# via
# -c ../../../../dev-requirements.txt
# selenium
Expand Down
Loading