Skip to content

Commit 5b8141e

Browse files
committed
1.0.7 docs
1 parent d6e738b commit 5b8141e

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

README.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ atomium
33

44
|travis| |coveralls| |pypi| |version| |commit| |downloads|
55

6-
.. |travis| image:: https://api.travis-ci.org/samirelanduk/atomium.svg?branch=1.0.6
6+
.. |travis| image:: https://api.travis-ci.org/samirelanduk/atomium.svg?branch=1.0.7
77
:target: https://travis-ci.org/samirelanduk/atomium/
88

9-
.. |coveralls| image:: https://coveralls.io/repos/github/samirelanduk/atomium/badge.svg?branch=1.0.6
9+
.. |coveralls| image:: https://coveralls.io/repos/github/samirelanduk/atomium/badge.svg?branch=1.0.7
1010
:target: https://coveralls.io/github/samirelanduk/atomium/
1111

1212
.. |pypi| image:: https://img.shields.io/pypi/pyversions/atomium.svg
@@ -15,8 +15,8 @@ atomium
1515
.. |version| image:: https://img.shields.io/pypi/v/atomium.svg
1616
:target: https://pypi.org/project/atomium/
1717

18-
.. |commit| image:: https://img.shields.io/github/last-commit/samirelanduk/atomium/1.0.6.svg
19-
:target: https://github.com/samirelanduk/atomium/tree/1.0.6/
18+
.. |commit| image:: https://img.shields.io/github/last-commit/samirelanduk/atomium/1.0.7.svg
19+
:target: https://github.com/samirelanduk/atomium/tree/1.0.7/
2020

2121
.. |downloads| image:: https://img.shields.io/pypi/dm/atomium.svg
2222
:target: https://pypi.org/project/atomium/
@@ -388,6 +388,15 @@ results.
388388
Changelog
389389
---------
390390

391+
Release 1.0.7
392+
~~~~~~~~~~~~~
393+
394+
`5 November 2020`
395+
396+
* Fixed blank ANISOU values in PDB saving.
397+
* Fixed negative residue IDs in PDB saving.
398+
* Fixed SyntaxWarning messages on PDB saving.
399+
391400
Release 1.0.6
392401
~~~~~~~~~~~~~
393402

docs/source/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
---------
33

4+
Release 1.0.7
5+
~~~~~~~~~~~~~
6+
7+
`5 November 2020`
8+
9+
* Fixed blank ANISOU values in PDB saving.
10+
* Fixed negative residue IDs in PDB saving.
11+
* Fixed SyntaxWarning messages on PDB saving.
12+
413
Release 1.0.6
514
~~~~~~~~~~~~~
615

0 commit comments

Comments
 (0)