Skip to content

Commit

Permalink
Merge branch 'feature/v0.1.7' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Mar 31, 2020
2 parents 0f0525b + 85edf69 commit 7972974
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
2 changes: 1 addition & 1 deletion colour_hdri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@

__major_version__ = '0'
__minor_version__ = '1'
__change_version__ = '6'
__change_version__ = '7'
__version__ = '.'.join(
(__major_version__,
__minor_version__,
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 = "colour-hdri"
version = "0.1.6"
version = "0.1.7"
description = "HDRI / Radiance image processing algorithms for Python"
license = "BSD-3-Clause"
authors = [ "Colour Developers <[email protected]>" ]
Expand Down
42 changes: 22 additions & 20 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ alabaster==0.7.12
appdirs==1.4.3
appnope==0.1.0
aspy.yaml==1.3.0
atomicwrites==1.3.0
attrs==19.3.0
Babel==2.8.0
backcall==0.1.0
backports.functools-lru-cache==1.6.1
biblib-simple==0.1.1
bleach==3.1.1
bleach==3.1.4
certifi==2019.11.28
cfgv==2.0.1
chardet==3.0.4
colour-demosaicing==0.1.5
colour-science==0.3.15
coverage==5.0.3
coverage==5.0.4
coveralls==1.11.1
cycler==0.10.0
decorator==4.4.2
Expand All @@ -24,21 +24,21 @@ docutils==0.16
entrypoints==0.3
filelock==3.0.12
flake8==3.7.9
identify==1.4.11
identify==1.4.13
idna==2.9
imageio==2.8.0
imagesize==1.2.0
importlib-metadata==1.5.0
importlib-metadata==1.6.0
invoke==1.4.1
ipykernel==5.1.4
ipykernel==5.2.0
ipython==7.9.0
ipython-genutils==0.2.0
ipywidgets==7.5.1
jedi==0.16.0
Jinja2==2.11.1
jsonschema==3.2.0
jupyter==1.0.0
jupyter-client==6.0.0
jupyter-client==6.1.2
jupyter-console==6.1.0
jupyter-core==4.6.3
kiwisolver==1.1.0
Expand All @@ -54,9 +54,9 @@ nbformat==4.4.0
nodeenv==1.3.5
nose==1.3.7
notebook==6.0.3
numpy==1.18.1
numpy==1.18.2
oset==0.1.3
packaging==20.1
packaging==20.3
pandocfilters==1.4.2
parso==0.6.2
pexpect==4.8.0
Expand All @@ -73,16 +73,18 @@ pybtex==0.22.2
pybtex-docutils==0.2.2
pycodestyle==2.5.0
pyflakes==2.1.1
Pygments==2.5.2
Pygments==2.6.1
pyparsing==2.4.6
pyrsistent==0.15.7
pytest==5.3.5
pyrsistent==0.16.0
pytest==5.4.1
python-dateutil==2.8.1
pytz==2019.3
PyYAML==5.3
PyYAML==5.3.1
pyzmq==19.0.0
qtconsole==4.6.0
readme-renderer==24.0
qtconsole==4.7.2
QtPy==1.9.0
rawpy==0.13.1
readme-renderer==25.0
recordclass==0.12.0.1
requests==2.23.0
requests-toolbelt==0.9.1
Expand All @@ -91,7 +93,7 @@ scipy==1.4.1
Send2Trash==1.5.0
six==1.14.0
snowballstemmer==2.0.0
Sphinx==2.4.3
Sphinx==2.4.4
sphinx-rtd-theme==0.4.3
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-bibtex==1.0.0
Expand All @@ -103,13 +105,13 @@ sphinxcontrib-serializinghtml==1.1.4
terminado==0.8.3
testpath==0.4.4
toml==0.10.0
tornado==6.0.3
tqdm==4.43.0
tornado==6.0.4
tqdm==4.44.1
traitlets==4.3.3
twine==1.15.0
urllib3==1.25.8
virtualenv==20.0.7
wcwidth==0.1.8
virtualenv==20.0.15
wcwidth==0.1.9
webencodings==0.5.1
widgetsnbextension==3.5.1
yapf==0.23.0
Expand Down

0 comments on commit 7972974

Please sign in to comment.