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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Jun 27, 2021
1 parent df03f93 commit 92118d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Name: | poliastro
:------------:|:--------------
**Website**: | <https://www.poliastro.space/>
**Author**: | Juan Luis Cano Rodríguez [![orcid](https://img.shields.io/badge/id-0000--0002--2187--161X-a6ce39.svg)](http://orcid.org/0000-0002-2187-161X)
**Version**: | 0.15.1
**Version**: | 0.15.2

[![azure_pipelines](https://dev.azure.com/poliastro/poliastro/_apis/build/status/poliastro.poliastro?branchName=0.15.x)](https://dev.azure.com/poliastro/poliastro/_build/latest?definitionId=1&branchName=0.15.x)
[![codecov](https://img.shields.io/codecov/c/github/poliastro/poliastro.svg?style=flat-square)](https://codecov.io/github/poliastro/poliastro?branch=master)
[![codeclimate](https://api.codeclimate.com/v1/badges/fd2aa5bf8c4b7984d11b/maintainability)](https://codeclimate.com/github/poliastro/poliastro/maintainability)

[![docs](https://img.shields.io/badge/docs-v0.15.1-brightgreen.svg?style=flat-square)](https://docs.poliastro.space/en/v0.15.1/?badge=v0.15.1)
[![docs](https://img.shields.io/badge/docs-v0.15.2-brightgreen.svg?style=flat-square)](https://docs.poliastro.space/en/v0.15.2/?badge=v0.15.2)
[![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/poliastro/poliastro/raw/0.15.x/COPYING)
[![doi](https://zenodo.org/badge/11178845.svg?style=flat-square)](https://zenodo.org/badge/latestdoi/11178845)
[![astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat-square)](http://www.astropy.org/)
Expand Down Expand Up @@ -47,7 +47,7 @@ molniya.plot()

# Documentation

[![docs](https://img.shields.io/badge/docs-v0.15.1-brightgreen.svg?style=flat-square)](https://docs.poliastro.space/en/v0.15.1/?badge=v0.15.1)
[![docs](https://img.shields.io/badge/docs-v0.15.2-brightgreen.svg?style=flat-square)](https://docs.poliastro.space/en/v0.15.2/?badge=v0.15.2)

Complete documentation, including a user guide and an API reference, can
be read on the wonderful [Read the Docs](https://readthedocs.org/).
Expand Down Expand Up @@ -91,7 +91,7 @@ install poliastro using [conda](http://conda.io):
$ conda install poliastro --channel conda-forge
```
Please check out the [documentation for alternative installation
methods](https://docs.poliastro.space/en/v0.15.1/getting_started.html#alternative-installation-methods).
methods](https://docs.poliastro.space/en/v0.15.2/getting_started.html#alternative-installation-methods).

# Problems and suggestions

Expand Down Expand Up @@ -180,7 +180,7 @@ such as TLE/3LE, OMM, and the like.
Besides, poliastro is a community project that strives to be easy to use,
while at the same time producing correct results
[that are validated](https://github.com/poliastro/validation/)
against other [commonly used Astrodynamics software](https://docs.poliastro.space/en/v0.15.1/about.html#related-software)
against other [commonly used Astrodynamics software](https://docs.poliastro.space/en/v0.15.2/about.html#related-software)
such as GMAT and Orekit.
Therefore, you might find that its API is very different from
these projects,
Expand Down
4 changes: 4 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# What\'s new

## poliastro 0.15.2 - 2021-06-27

Same as 0.15.1, but fixes error in release artifact.

## poliastro 0.15.1 - 2021-06-27

This release fixes some bugs found after 0.15.0.
Expand Down
2 changes: 1 addition & 1 deletion src/poliastro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Utilities and Python wrappers for Orbital Mechanics
"""

__version__ = "0.15.1"
__version__ = "0.15.2"

0 comments on commit 92118d7

Please sign in to comment.