Skip to content

Commit

Permalink
Update changelog and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Dec 9, 2019
1 parent 129fd82 commit 1cd60dc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
OasisPlatform Changelog
==================

`1.4.0`_
--------
* Added `/v1/models/{id}/settings` to replace `/v1/models/{id}/resource_file/`
* Added `/v1/analyses/{id}/settings` to replace `/v1/analyses/{id}/settings_file/`
* New worker environment variable `MODEL_SETTINGS_FILE` if set workers auto-update model settings on connection
* Removed environment variable `WRITE_EXPOSURE_SUMMARY` in favour of `DISABLE_EXPOSURE_SUMMARY`
* Workers log internal versions to the API and docker logs
* Schemas updated for `analysis_settings` and `model_settings`

`1.3.5`_
--------
* Automate GitHub release
Expand Down Expand Up @@ -151,6 +160,7 @@ OasisPlatform Changelog
--------
* oasislmf package `1.1.25 <https://github.com/OasisLMF/OasisLMF/tree/1.1.25>`_

.. _`1.4.0`: https://github.com/OasisLMF/OasisPlatform/compare/1.3.5...1.4.0
.. _`1.3.5`: https://github.com/OasisLMF/OasisPlatform/compare/1.3.4...1.3.5
.. _`1.3.4`: https://github.com/OasisLMF/OasisPlatform/compare/1.3.3...1.3.4
.. _`1.3.3`: https://github.com/OasisLMF/OasisPlatform/compare/1.3.2...1.3.3
Expand Down
2 changes: 1 addition & 1 deletion requirements-worker.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
oasislmf>=1.4.4
oasislmf>=1.4.5
billiard==3.6.0.0
celery
configparser
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ model-mommy==1.6.0
monotonic==1.5 # via fasteners
more-itertools==7.2.0 # via pytest, zipp
numpy==1.17.2 # via pandas
oasislmf==1.4.2
oasislmf==1.4.5
packaging==19.1 # via pytest, tox
pandas==0.25.1 # via oasislmf
pathlib2==2.3.4
Expand Down

0 comments on commit 1cd60dc

Please sign in to comment.