Skip to content

Commit

Permalink
Increment version # and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Jan 6, 2019
1 parent 6e8a5e7 commit ac0a067
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Orbit-fitting for directly imaged objects. For installation instructions, tutori
[![Coverage Status](https://coveralls.io/repos/github/sblunt/orbitize/badge.svg?branch=master&service=github)](https://coveralls.io/github/sblunt/orbitize?branch=master&service=github)
[![Documentation Status](https://readthedocs.org/projects/orbitize/badge/?version=latest)](http://orbitize.readthedocs.io/en/latest/?badge=latest)
[![Requirements Status](https://requires.io/github/sblunt/orbitize/requirements.svg?branch=master)](https://requires.io/github/sblunt/orbitize/requirements/?branch=master)
[![DOI](https://zenodo.org/badge/117267950.svg)](https://zenodo.org/badge/latestdoi/117267950)
[![PyPI version](https://badge.fury.io/py/orbitize.svg)](https://badge.fury.io/py/orbitize)

[![DOI](https://zenodo.org/badge/117267950.svg)](https://zenodo.org/badge/latestdoi/117267950)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
6 changes: 6 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ Some major planned updates:

Changelog:
++++++++++
**1.1.0 (2019-1-6)**

- Add sep/PA panels to orbit plot.
- ``GaussianPrior`` now operates on only positive numbers by default.


**1.0.2 (2018-12-4)**

- Expand input reading functionality.
Expand Down
2 changes: 1 addition & 1 deletion orbitize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import types
import os

__version__ = '1.0.2'
__version__ = '1.1.0'

# set Python env variable to keep track of example data dir
DATADIR = os.path.join(sys.prefix, 'orbitize_example_data')
Expand Down

0 comments on commit ac0a067

Please sign in to comment.