Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
samirelanduk committed Feb 4, 2021
1 parent b0b2758 commit 69112e8
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 12 deletions.
22 changes: 14 additions & 8 deletions README.rst
@@ -1,12 +1,12 @@
atomium
=======

|travis| |coveralls| |pypi| |version| |commit| |downloads|
|travis| |coveralls| |pypi| |version| |commit|

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

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

.. |pypi| image:: https://img.shields.io/pypi/pyversions/atomium.svg
Expand All @@ -15,11 +15,8 @@ atomium
.. |version| image:: https://img.shields.io/pypi/v/atomium.svg
:target: https://pypi.org/project/atomium/

.. |commit| image:: https://img.shields.io/github/last-commit/samirelanduk/atomium/1.0.8.svg
:target: https://github.com/samirelanduk/atomium/tree/1.0.8/

.. |downloads| image:: https://img.shields.io/pypi/dm/atomium.svg
:target: https://pypi.org/project/atomium/
.. |commit| image:: https://img.shields.io/github/last-commit/samirelanduk/atomium/master.svg
:target: https://github.com/samirelanduk/atomium/tree/master/


atomium is a molecular modeller and file parser, capable of reading from and
Expand Down Expand Up @@ -388,6 +385,15 @@ results.
Changelog
---------

Release 1.0.9
~~~~~~~~~~~~~

`4 February 2021`

* Fixed temperature factor zero-padding in PDB saving.
* Fixed MMTF decode big in Ubuntu.


Release 1.0.8
~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion atomium/__init__.py
Expand Up @@ -2,4 +2,4 @@
from .structures import Atom, Residue, Ligand, Chain, Model

__author__ = "Sam Ireland"
__version__ = "1.0.8"
__version__ = "1.0.9"
9 changes: 9 additions & 0 deletions docs/source/changelog.rst
@@ -1,6 +1,15 @@
Changelog
---------

Release 1.0.9
~~~~~~~~~~~~~

`4 February 2021`

* Fixed temperature factor zero-padding in PDB saving.
* Fixed MMTF decode big in Ubuntu.


Release 1.0.8
~~~~~~~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -20,14 +20,14 @@
# -- Project information -----------------------------------------------------

project = 'atomium'
copyright = '2020, Sam Ireland'
copyright = '2021, Sam Ireland'
author = 'Sam Ireland'
analytics = "UA-51790964-14"

# The short X.Y version
version = '1.0'
# The full version, including alpha/beta/rc tags
release = '1.0.8'
release = '1.0.9'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name="atomium",
version="1.0.8",
version="1.0.9",
description="A molecular modeller and file parser.",
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 69112e8

Please sign in to comment.