Skip to content

Commit 7972974

Browse files
committed
Merge branch 'feature/v0.1.7' into develop
2 parents 0f0525b + 85edf69 commit 7972974

File tree

3 files changed

+24
-22
lines changed

3 files changed

+24
-22
lines changed

colour_hdri/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137

138138
__major_version__ = '0'
139139
__minor_version__ = '1'
140-
__change_version__ = '6'
140+
__change_version__ = '7'
141141
__version__ = '.'.join(
142142
(__major_version__,
143143
__minor_version__,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "colour-hdri"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "HDRI / Radiance image processing algorithms for Python"
55
license = "BSD-3-Clause"
66
authors = [ "Colour Developers <colour-developers@colour-science.org>" ]

requirements.txt

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ alabaster==0.7.12
22
appdirs==1.4.3
33
appnope==0.1.0
44
aspy.yaml==1.3.0
5-
atomicwrites==1.3.0
65
attrs==19.3.0
76
Babel==2.8.0
87
backcall==0.1.0
98
backports.functools-lru-cache==1.6.1
109
biblib-simple==0.1.1
11-
bleach==3.1.1
10+
bleach==3.1.4
1211
certifi==2019.11.28
1312
cfgv==2.0.1
1413
chardet==3.0.4
14+
colour-demosaicing==0.1.5
1515
colour-science==0.3.15
16-
coverage==5.0.3
16+
coverage==5.0.4
1717
coveralls==1.11.1
1818
cycler==0.10.0
1919
decorator==4.4.2
@@ -24,21 +24,21 @@ docutils==0.16
2424
entrypoints==0.3
2525
filelock==3.0.12
2626
flake8==3.7.9
27-
identify==1.4.11
27+
identify==1.4.13
2828
idna==2.9
2929
imageio==2.8.0
3030
imagesize==1.2.0
31-
importlib-metadata==1.5.0
31+
importlib-metadata==1.6.0
3232
invoke==1.4.1
33-
ipykernel==5.1.4
33+
ipykernel==5.2.0
3434
ipython==7.9.0
3535
ipython-genutils==0.2.0
3636
ipywidgets==7.5.1
3737
jedi==0.16.0
3838
Jinja2==2.11.1
3939
jsonschema==3.2.0
4040
jupyter==1.0.0
41-
jupyter-client==6.0.0
41+
jupyter-client==6.1.2
4242
jupyter-console==6.1.0
4343
jupyter-core==4.6.3
4444
kiwisolver==1.1.0
@@ -54,9 +54,9 @@ nbformat==4.4.0
5454
nodeenv==1.3.5
5555
nose==1.3.7
5656
notebook==6.0.3
57-
numpy==1.18.1
57+
numpy==1.18.2
5858
oset==0.1.3
59-
packaging==20.1
59+
packaging==20.3
6060
pandocfilters==1.4.2
6161
parso==0.6.2
6262
pexpect==4.8.0
@@ -73,16 +73,18 @@ pybtex==0.22.2
7373
pybtex-docutils==0.2.2
7474
pycodestyle==2.5.0
7575
pyflakes==2.1.1
76-
Pygments==2.5.2
76+
Pygments==2.6.1
7777
pyparsing==2.4.6
78-
pyrsistent==0.15.7
79-
pytest==5.3.5
78+
pyrsistent==0.16.0
79+
pytest==5.4.1
8080
python-dateutil==2.8.1
8181
pytz==2019.3
82-
PyYAML==5.3
82+
PyYAML==5.3.1
8383
pyzmq==19.0.0
84-
qtconsole==4.6.0
85-
readme-renderer==24.0
84+
qtconsole==4.7.2
85+
QtPy==1.9.0
86+
rawpy==0.13.1
87+
readme-renderer==25.0
8688
recordclass==0.12.0.1
8789
requests==2.23.0
8890
requests-toolbelt==0.9.1
@@ -91,7 +93,7 @@ scipy==1.4.1
9193
Send2Trash==1.5.0
9294
six==1.14.0
9395
snowballstemmer==2.0.0
94-
Sphinx==2.4.3
96+
Sphinx==2.4.4
9597
sphinx-rtd-theme==0.4.3
9698
sphinxcontrib-applehelp==1.0.2
9799
sphinxcontrib-bibtex==1.0.0
@@ -103,13 +105,13 @@ sphinxcontrib-serializinghtml==1.1.4
103105
terminado==0.8.3
104106
testpath==0.4.4
105107
toml==0.10.0
106-
tornado==6.0.3
107-
tqdm==4.43.0
108+
tornado==6.0.4
109+
tqdm==4.44.1
108110
traitlets==4.3.3
109111
twine==1.15.0
110112
urllib3==1.25.8
111-
virtualenv==20.0.7
112-
wcwidth==0.1.8
113+
virtualenv==20.0.15
114+
wcwidth==0.1.9
113115
webencodings==0.5.1
114116
widgetsnbextension==3.5.1
115117
yapf==0.23.0

0 commit comments

Comments
 (0)