Skip to content

Commit 2258e23

Browse files
committed
Bug fix release
1 parent 9dbd7e5 commit 2258e23

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,11 @@ All notable changes to this project will be documented in this file, following t
4848

4949
### Changed
5050
- Classes to new style
51+
52+
## v1.0.6 - 2017-06-02
53+
### Fixed
54+
- Resolve #22 #22
55+
56+
## v1.0.7 - 2017-06-28
57+
### Fixed
58+
- Resolve issue with get_coords

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.org/rcsb/mmtf-python.svg?branch=master)](https://travis-ci.org/rcsb/mmtf-python)
22
[![Code Health](https://landscape.io/github/rcsb/mmtf-python/master/landscape.svg?style=flat)](https://landscape.io/github/rcsb/mmtf-python/master)
3-
[![Version](http://img.shields.io/badge/version-1.0.6-blue.svg?style=flat)](https://github.com/rcsb/mmtf-python/)
3+
[![Version](http://img.shields.io/badge/version-1.0.7-blue.svg?style=flat)](https://github.com/rcsb/mmtf-python/)
44
[![License](http://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat)](https://github.com/rcsb/mmtf-python/blob/master/LICENSE.txt)
55
[![Changelog](https://img.shields.io/badge/changelog--lightgrey.svg?style=flat)](https://github.com/rcsb/mmtf-python/blob/master/CHANGELOG.md)
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Versions should comply with PEP440. For a discussion on single-sourcing
2020
# the version across setup.py and the project code, see
2121
# https://packaging.python.org/en/latest/single_source_version.html
22-
version='1.0.6',
22+
version='1.0.7',
2323

2424
description='A decoding libary for the PDB mmtf format',
2525
long_description=long_description,

0 commit comments

Comments
 (0)