Skip to content

Commit 69112e8

Browse files
committed
1.0.9
1 parent b0b2758 commit 69112e8

5 files changed

Lines changed: 27 additions & 12 deletions

File tree

README.rst

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
atomium
22
=======
33

4-
|travis| |coveralls| |pypi| |version| |commit| |downloads|
4+
|travis| |coveralls| |pypi| |version| |commit|
55

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

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

1212
.. |pypi| image:: https://img.shields.io/pypi/pyversions/atomium.svg
@@ -15,11 +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.8.svg
19-
:target: https://github.com/samirelanduk/atomium/tree/1.0.8/
20-
21-
.. |downloads| image:: https://img.shields.io/pypi/dm/atomium.svg
22-
:target: https://pypi.org/project/atomium/
18+
.. |commit| image:: https://img.shields.io/github/last-commit/samirelanduk/atomium/master.svg
19+
:target: https://github.com/samirelanduk/atomium/tree/master/
2320

2421

2522
atomium is a molecular modeller and file parser, capable of reading from and
@@ -388,6 +385,15 @@ results.
388385
Changelog
389386
---------
390387

388+
Release 1.0.9
389+
~~~~~~~~~~~~~
390+
391+
`4 February 2021`
392+
393+
* Fixed temperature factor zero-padding in PDB saving.
394+
* Fixed MMTF decode big in Ubuntu.
395+
396+
391397
Release 1.0.8
392398
~~~~~~~~~~~~~
393399

atomium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .structures import Atom, Residue, Ligand, Chain, Model
33

44
__author__ = "Sam Ireland"
5-
__version__ = "1.0.8"
5+
__version__ = "1.0.9"

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.9
5+
~~~~~~~~~~~~~
6+
7+
`4 February 2021`
8+
9+
* Fixed temperature factor zero-padding in PDB saving.
10+
* Fixed MMTF decode big in Ubuntu.
11+
12+
413
Release 1.0.8
514
~~~~~~~~~~~~~
615

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = 'atomium'
23-
copyright = '2020, Sam Ireland'
23+
copyright = '2021, Sam Ireland'
2424
author = 'Sam Ireland'
2525
analytics = "UA-51790964-14"
2626

2727
# The short X.Y version
2828
version = '1.0'
2929
# The full version, including alpha/beta/rc tags
30-
release = '1.0.8'
30+
release = '1.0.9'
3131

3232

3333
# -- General configuration ---------------------------------------------------

setup.py

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

66
setup(
77
name="atomium",
8-
version="1.0.8",
8+
version="1.0.9",
99
description="A molecular modeller and file parser.",
1010
long_description=long_description,
1111
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)