Releases: rdmorganiser/rdmo
v0.10.0
Release on PyPI: https://pypi.python.org/pypi/rdmo/0.10.0
Changes:
- import via file upload added
- removed lxml library in favor of defusedxml
- minor bug fixes
How to upgrade: http://rdmo.readthedocs.io/en/latest/upgrade/index.html
v0.9.5
Release on PyPI: https://pypi.python.org/pypi/rdmo/0.9.5
Changes:
- fix pdf export
- minor bug fixes
How to upgrade: http://rdmo.readthedocs.io/en/latest/upgrade/index.html
v0.9.4
Release on PyPI: https://pypi.python.org/pypi/rdmo/0.9.4
Changes:
- fix project import
How to upgrade: http://rdmo.readthedocs.io/en/latest/upgrade/index.html
v0.9.2
Release on PyPI: https://pypi.python.org/pypi/rdmo/0.9.2
Changes:
- fix import encoding on Windows
How to upgrade: http://rdmo.readthedocs.io/en/latest/upgrade/index.html
v0.9.1
Release on PyPI: https://pypi.python.org/pypi/rdmo/0.9.1
Changes:
- fix resolve conditions
- cleanup management scripts
How to upgrade: http://rdmo.readthedocs.io/en/latest/upgrade/index.html
v0.9.0
Release on PyPI: https://pypi.python.org/pypi/rdmo/0.9.0
Changes:
- refactor directories
- remove bower dependency
- update documentation
- create PyPI package
This release heavily changes the way the code is organized. If you upgrade from an earlier version, please follow the instructions given here.
v0.8.5
- fix order of answers in get_answers_tree
- fix display of boolean values
v0.8.4
- fix project XML export
v0.8.3
- fix snapshot rollback
v0.8.2
- move test mixins to django-test-generator
- refactor tests