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

Commit

Permalink
Bump version everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Jul 21, 2019
1 parent f6b6b62 commit 727fd28
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
:Name: poliastro
:Website: https://poliastro.github.io/
:Author: Juan Luis Cano Rodríguez |orcid|
:Version: 0.13.dev0
:Version: 0.13b1

.. |circleci| image:: https://img.shields.io/circleci/project/github/poliastro/poliastro/master.svg?style=flat-square&logo=circleci
.. |circleci| image:: https://img.shields.io/circleci/project/github/poliastro/poliastro/v0.13.x.svg?style=flat-square&logo=circleci
:target: https://circleci.com/gh/poliastro/poliastro

.. |appveyor| image:: https://img.shields.io/appveyor/ci/Juanlu001/poliastro/master.svg?style=flat-square&logo=appveyor
:target: https://ci.appveyor.com/project/Juanlu001/poliastro/branch/master
.. |appveyor| image:: https://img.shields.io/appveyor/ci/Juanlu001/poliastro/v0.13.x.svg?style=flat-square&logo=appveyor
:target: https://ci.appveyor.com/project/Juanlu001/poliastro/branch/v0.13.x

.. |codecov| image:: https://img.shields.io/codecov/c/github/poliastro/poliastro.svg?style=flat-square
:target: https://codecov.io/github/poliastro/poliastro?branch=master
:target: https://codecov.io/github/poliastro/poliastro?branch=v0.13.x

.. |codeclimate| image:: https://api.codeclimate.com/v1/badges/fd2aa5bf8c4b7984d11b/maintainability
:target: https://codeclimate.com/github/poliastro/poliastro/maintainability

.. |docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat-square
:target: https://docs.poliastro.space/en/latest/?badge=latest
.. |docs| image:: https://img.shields.io/badge/docs-v0.13b1-brightgreen.svg?style=flat-square
:target: https://docs.poliastro.space/en/v0.13b1/?badge=v0.13b1

.. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
:target: https://github.com/poliastro/poliastro/raw/master/COPYING
:target: https://github.com/poliastro/poliastro/raw/v0.13.x/COPYING

.. |doi| image:: https://zenodo.org/badge/11178845.svg?style=flat-square
:target: https://zenodo.org/badge/latestdoi/11178845
Expand Down Expand Up @@ -61,7 +61,7 @@ It is released under the MIT license.
molniya.plot()
.. image:: https://github.com/poliastro/poliastro/raw/master/docs/source/examples/molniya.png
.. image:: https://github.com/poliastro/poliastro/raw/v0.13.x/docs/source/examples/molniya.png
:align: center

Documentation
Expand All @@ -80,7 +80,7 @@ Examples
========

.. |mybinder| image:: https://img.shields.io/badge/launch-binder-e66581.svg?style=flat-square
:target: https://beta.mybinder.org/v2/gh/poliastro/poliastro/master?filepath=index.ipynb
:target: https://beta.mybinder.org/v2/gh/poliastro/poliastro/v0.13.x?filepath=index.ipynb


|mybinder|
Expand All @@ -89,7 +89,7 @@ In the examples directory you can find several Jupyter notebooks with specific
applications of poliastro. You can launch a cloud Jupyter server using `binder`_ to edit
the notebooks without installing anything. Try it out!

https://beta.mybinder.org/v2/gh/poliastro/poliastro/master?filepath=index.ipynb
https://beta.mybinder.org/v2/gh/poliastro/poliastro/v0.13.x?filepath=index.ipynb

.. _binder: https://beta.mybinder.org/

Expand Down Expand Up @@ -127,7 +127,7 @@ install poliastro using `conda <http://conda.io>`_::

Please check out the `documentation for alternative installation methods`_.

.. _`documentation for alternative installation methods`: https://docs.poliastro.space/en/latest/getting_started.html#alternative-installation-methods
.. _`documentation for alternative installation methods`: https://docs.poliastro.space/en/v0.13b1/getting_started.html#alternative-installation-methods

Testing
=======
Expand Down Expand Up @@ -163,7 +163,7 @@ Contributing
poliastro is a community project, hence all contributions are more than
welcome! For more information, head to `CONTRIBUTING.rst`_.

.. _`CONTRIBUTING.rst`: https://github.com/poliastro/poliastro/blob/master/CONTRIBUTING.rst
.. _`CONTRIBUTING.rst`: https://github.com/poliastro/poliastro/blob/v0.13.x/CONTRIBUTING.rst

Support
=======
Expand Down Expand Up @@ -222,7 +222,7 @@ poliastro is focused on interplanetary applications. This has two consequences:
* It leaves out certain features that would be too Earth-specific, such as
TLE reading, SGP4 propagation, groundtrack plotting and others.

.. _`Related software`: https://docs.poliastro.space/en/latest/about.html#related-software
.. _`Related software`: https://docs.poliastro.space/en/v0.13b1/about.html#related-software

What's the future of the project?
---------------------------------
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Windows
# File shamelessly inspired by Astropy

version: 0.13.dev0-{build}
version: 0.13b1-{build}

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
# The short X.Y version.
version = '0.13'
# The full version, including alpha/beta/rc tags.
release = '0.13.dev0'
release = '0.13b1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/poliastro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"""

__version__ = "0.13.dev0"
__version__ = "0.13b1"

0 comments on commit 727fd28

Please sign in to comment.