start next release cycle

This commit is contained in:
ziirish 2016-05-17 16:28:37 +02:00
parent 587d21c478
commit b6c2c85d27
5 changed files with 10 additions and 10 deletions

View file

@ -2,5 +2,5 @@ CONTRIBUTING
============ ============
Please refer to the contributing Please refer to the contributing
`page <https://burp-ui.readthedocs.io/en/stable/contributing.html>`_ available `page <https://burp-ui.readthedocs.io/en/latest/contributing.html>`_ available
in the documentation. in the documentation.

View file

@ -5,8 +5,8 @@ Badges
:target: https://git.ziirish.me/ci/projects/1?ref=master :target: https://git.ziirish.me/ci/projects/1?ref=master
:alt: Build Status :alt: Build Status
.. image:: https://readthedocs.org/projects/burp-ui/badge/?version=stable .. image:: https://readthedocs.org/projects/burp-ui/badge/?version=latest
:target: https://readthedocs.org/projects/burp-ui/?badge=stable :target: https://readthedocs.org/projects/burp-ui/?badge=latest
:alt: Documentation Status :alt: Documentation Status
Introduction Introduction
@ -59,13 +59,13 @@ Documentation
The documentation is hosted on `readthedocs <https://readthedocs.org>`_ at the The documentation is hosted on `readthedocs <https://readthedocs.org>`_ at the
following address: `burp-ui.readthedocs.io following address: `burp-ui.readthedocs.io
<https://burp-ui.readthedocs.io/en/stable/>`_ <https://burp-ui.readthedocs.io/en/latest/>`_
FAQ FAQ
=== ===
A `FAQ <https://burp-ui.readthedocs.io/en/stable/faq.html>`_ is available with A `FAQ <https://burp-ui.readthedocs.io/en/latest/faq.html>`_ is available with
the documentation. the documentation.
@ -73,7 +73,7 @@ Community
========= =========
Please refer to the `Contributing Please refer to the `Contributing
<https://burp-ui.readthedocs.io/en/stable/contributing.html>`_ page. <https://burp-ui.readthedocs.io/en/latest/contributing.html>`_ page.
Notes Notes
@ -83,7 +83,7 @@ Feel free to report any issues on my `gitlab
<https://git.ziirish.me/ziirish/burp-ui/issues>`_. <https://git.ziirish.me/ziirish/burp-ui/issues>`_.
I have closed the *github tracker* to have a unique tracker system. I have closed the *github tracker* to have a unique tracker system.
Also please, read the `Contributing Also please, read the `Contributing
<https://burp-ui.readthedocs.io/en/stable/contributing.html>`_ <https://burp-ui.readthedocs.io/en/latest/contributing.html>`_
page before reporting any issue to make sure we have all the informations to page before reporting any issue to make sure we have all the informations to
help you. help you.

View file

@ -1 +1 @@
0.2.1 0.3.0.dev

View file

@ -23,7 +23,7 @@ __title__ = 'burp-ui'
__author__ = 'Benjamin SANS (Ziirish)' __author__ = 'Benjamin SANS (Ziirish)'
__author_email__ = 'hi+burpui@ziirish.me' __author_email__ = 'hi+burpui@ziirish.me'
__url__ = 'https://git.ziirish.me/ziirish/burp-ui' __url__ = 'https://git.ziirish.me/ziirish/burp-ui'
__doc__ = 'https://burp-ui.readthedocs.io/en/stable/' __doc__ = 'https://burp-ui.readthedocs.io/en/latest/'
__description__ = ('Burp-UI is a web-ui for burp backup written in python with ' __description__ = ('Burp-UI is a web-ui for burp backup written in python with '
'Flask and jQuery/Bootstrap') 'Flask and jQuery/Bootstrap')
__license__ = 'BSD 3-clause' __license__ = 'BSD 3-clause'

View file

@ -48,7 +48,7 @@ Ask questions in the `discussion forum <https://burpui.ziirish.me/>`__. Do not
use the issue tracker for this purpose. use the issue tracker for this purpose.
``Burp-UI`` has extensive online documentation please read the `doc ``Burp-UI`` has extensive online documentation please read the `doc
<https://burp-ui.readthedocs.io/en/stable/>`__. <https://burp-ui.readthedocs.io/en/latest/>`__.
Troubleshooting Troubleshooting