From 764e58def4e0a085f9fd835d0a0bdba2c6fa5800 Mon Sep 17 00:00:00 2001 From: Sam Ireland Date: Mon, 25 Jun 2018 16:08:54 +0100 Subject: [PATCH] 0.10.1 docs --- README.rst | 16 +++++++++++++--- docs/source/changelog.rst | 10 ++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0f4b0dbc..766f866e 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,9 @@ |travis| |coveralls| |pypi| -.. |travis| image:: https://api.travis-ci.org/samirelanduk/atomium.svg?branch=0.10 +.. |travis| image:: https://api.travis-ci.org/samirelanduk/atomium.svg?branch=0.10.1 :target: https://travis-ci.org/samirelanduk/atomium/ -.. |coveralls| image:: https://coveralls.io/repos/github/samirelanduk/atomium/badge.svg?branch=0.10 +.. |coveralls| image:: https://coveralls.io/repos/github/samirelanduk/atomium/badge.svg?branch=0.10.1 :target: https://coveralls.io/github/samirelanduk/atomium/ .. |pypi| image:: https://img.shields.io/pypi/pyversions/atomium.svg @@ -361,8 +361,18 @@ results. Changelog --------- +Release 0.10.1 +~~~~~~~~~~~~~~ + +`25 June 2018` + +* Added function for returning best biological assembly. +* Fixed bug with sorting None energy assemblies. +* Fixed bug pertaining to excessive atom duplication when creating assembly. + + Release 0.10.0 -~~~~~~~~~~~~~ +~~~~~~~~~~~~~~ `22 June 2018` diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 88fb1f69..206607dc 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,16 @@ Changelog --------- +Release 0.10.1 +~~~~~~~~~~~~~~ + +`25 June 2018` + +* Added function for returning best biological assembly. +* Fixed bug with sorting None energy assemblies. +* Fixed bug pertaining to excessive atom duplication when creating assembly. + + Release 0.10.0 ~~~~~~~~~~~~~~