Skip to content

Commit dc23684

Browse files
committed
Update .gitignore and moved to version 1.0.11
1 parent 1b3fcb4 commit dc23684

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
docs/
2+
.idea/
23
*.pyc
34
*.pyo

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ All notable changes to this project will be documented in this file, following t
6161
### Fixed
6262
- Changing ascii to utf8 #29
6363

64-
## v1.0.10 - 2018-01-03
64+
## v1.0.10 - 2018-03-01
6565
### Fixed
6666
- Don't leak open file handles #32
67+
68+
## v1.0.11 - 2018-02-26
69+
### Added
70+
- Add option to get reduced files from API #35

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.10-blue.svg?style=flat)](https://github.com/rcsb/mmtf-python/)
3+
[![Version](http://img.shields.io/badge/version-1.0.11-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.10',
22+
version='1.0.11',
2323

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

0 commit comments

Comments
 (0)