Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Bumped version to 0.2.1
Browse files Browse the repository at this point in the history
Added release notes in changelog.
  • Loading branch information
astrojuanlu committed Apr 26, 2015
1 parent c1540f4 commit 39668fa
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Overview
:Name: poliastro
:Website: https://pybonacci.github.io/poliastro
:Author: Juan Luis Cano <juanlu001@gmail.com>
:Version: 0.2.0
:Version: 0.2.1

.. image:: https://travis-ci.org/Pybonacci/poliastro.svg?branch=master
:target: https://travis-ci.org/Pybonacci/poliastro
Expand Down
11 changes: 11 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
What's new
==========

New in poliastro 0.2.1
----------------------

This is a bugfix release, no new features were introduced since 0.2.0.

* Fixed `#35`_ (failing tests with recent astropy versions), thanks to
Sam Dupree for the bug report.
* Updated for recent Sphinx versions.

.. _`#35`: https://github.com/Pybonacci/poliastro/issues/35

New in poliastro 0.2
--------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinxcontrib.napoleon',
'sphinx.ext.napoleon',
'sphinx.ext.todo',
'sphinx.ext.mathjax',
]
Expand Down Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def configuration(parent_package='', top_path=None):
return config

if __name__ == '__main__':
setup(version='0.2.0',
setup(version='0.2.1',
description="poliastro - Utilities and Python wrappers for "
"Orbital Mechanics",
author="Juan Luis Cano",
Expand Down

0 comments on commit 39668fa

Please sign in to comment.