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 Jul 10, 2022
1 parent a31d1c9 commit c7d12e9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ 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.17.dev0
**Version**: | 0.17.0

[![poliastro](https://img.shields.io/circleci/build/gh/poliastro/poliastro/main?style=flat-square)](https://circleci.com/gh/poliastro/poliastro/?branch=main)
[![codecov](https://img.shields.io/codecov/c/github/poliastro/poliastro.svg?style=flat-square)](https://codecov.io/github/poliastro/poliastro?branch=main)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/poliastro/poliastro/main.svg)](https://results.pre-commit.ci/latest/github/poliastro/poliastro/main)
[![poliastro](https://img.shields.io/circleci/build/gh/poliastro/poliastro/0.17.x?style=flat-square)](https://circleci.com/gh/poliastro/poliastro/?branch=0.17.x)
[![codecov](https://img.shields.io/codecov/c/github/poliastro/poliastro.svg?style=flat-square)](https://codecov.io/github/poliastro/poliastro?branch=0.17.x)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/poliastro/poliastro/0.17.x.svg)](https://results.pre-commit.ci/latest/github/poliastro/poliastro/0.17.x)

[![docs](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat-square)](https://docs.poliastro.space/en/latest/?badge=latest)
[![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/poliastro/poliastro/raw/main/COPYING)
[![docs](https://img.shields.io/badge/docs-0.17.x-brightgreen.svg?style=flat-square)](https://docs.poliastro.space/en/0.17.x/?badge=0.17.x)
[![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/poliastro/poliastro/raw/0.17.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/)
[![mailing](https://img.shields.io/badge/mailing%20list-groups.io-8cbcd1.svg?style=flat-square)](https://groups.io/g/poliastro-dev)
Expand Down Expand Up @@ -39,11 +39,11 @@ from poliastro.examples import molniya
molniya.plot()
```

![Molniya orbit](https://github.com/poliastro/poliastro/raw/main/docs/source/examples/molniya.png)
![Molniya orbit](https://github.com/poliastro/poliastro/raw/0.17.x/docs/source/examples/molniya.png)

# Documentation

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

Complete documentation, including a user guide and an API reference, can
be read on the wonderful [Read the Docs](https://readthedocs.org/).
Expand All @@ -52,14 +52,14 @@ be read on the wonderful [Read the Docs](https://readthedocs.org/).

# Examples

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/poliastro/poliastro/main?labpath=index.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/poliastro/poliastro/0.17.x?labpath=index.ipynb)

In the examples directory you can find several Jupyter notebooks with
specific applications of poliastro. You can launch a cloud Jupyter
server using [binder](https://mybinder.org/) to edit the notebooks
without installing anything. Try it out!

<https://mybinder.org/v2/gh/poliastro/poliastro/main?labpath=index.ipynb>
<https://mybinder.org/v2/gh/poliastro/poliastro/0.17.x?labpath=index.ipynb>

# Requirements

Expand All @@ -75,7 +75,7 @@ poliastro requires the following Python packages:

poliastro is supported on Linux, macOS and Windows on Python 3.8 to 3.10.

[![poliastro](https://img.shields.io/circleci/build/gh/poliastro/poliastro/main?style=flat-square)](https://circleci.com/gh/poliastro/poliastro/?branch=main)
[![poliastro](https://img.shields.io/circleci/build/gh/poliastro/poliastro/0.17.x?style=flat-square)](https://circleci.com/gh/poliastro/poliastro/?branch=0.17.x)

# Installation

Expand All @@ -86,7 +86,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/stable/installation.html#alternative-installation-methods).
methods](https://docs.poliastro.space/en/0.17.x/installation.html#alternative-installation-methods).

# Problems and suggestions

Expand All @@ -100,7 +100,7 @@ to answer promptly.

poliastro is a community project, hence all contributions are more than
welcome! For more information, head to
[CONTRIBUTING.md](https://github.com/poliastro/poliastro/blob/main/CONTRIBUTING.md).
[CONTRIBUTING.md](https://github.com/poliastro/poliastro/blob/0.17.x/CONTRIBUTING.md).

# Support

Expand Down Expand Up @@ -129,10 +129,10 @@ And this is an example citation format:

# License

[![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/poliastro/poliastro/raw/main/COPYING)
[![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/poliastro/poliastro/raw/0.17.x/COPYING)

poliastro is released under the MIT license, hence allowing commercial
use of the library. Please refer to the [COPYING](https://github.com/poliastro/poliastro/blob/main/COPYING) file.
use of the library. Please refer to the [COPYING](https://github.com/poliastro/poliastro/blob/0.17.x/COPYING) file.

# Credits

Expand Down Expand Up @@ -169,7 +169,7 @@ writing this software. It's my tiny tribute to a place I came to love.
Yes! 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/latest/related.html)
against other [commonly used Astrodynamics software](https://docs.poliastro.space/en/0.17.x/related.html)
such as GMAT and Orekit.

## Can I suggest new features for poliastro?
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.17.dev0"
__version__ = "0.17.0"

0 comments on commit c7d12e9

Please sign in to comment.