mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Bump version to 1.0.0
This commit is contained in:
31
README.rst
31
README.rst
@@ -16,19 +16,23 @@ pretix
|
|||||||
|
|
||||||
Reinventing ticket presales, one bit at a time.
|
Reinventing ticket presales, one bit at a time.
|
||||||
|
|
||||||
Project status
|
Project status & release cycle
|
||||||
--------------
|
------------------------------
|
||||||
Most features are present and sufficiently stable. pretix has been in use for multiple event and
|
|
||||||
sold a few thousand tickets so far. There is still a bunch of features to come and there surely is
|
|
||||||
still a bunch of bugs in there, but we consider it stable enough that we use it in production ourselves.
|
|
||||||
|
|
||||||
If you deploy and use pretix, there will be a safe upgrade path for all changes to come. We're planning
|
While there is always a lot to do and improve on, pretix by now has been in use for more than a dozen
|
||||||
on an 1.0 release in late 2016 or early 2017. Until then, we take the liberty of changing the code as we
|
conferences that sold over ten thousand tickets combined without major problems. We therefore think of
|
||||||
like, but we try to keep the changes to documented APIs as small as possible. If you want to use pretix
|
pretix as being stable and ready to use.
|
||||||
in production or develop a plugin now, I invite you to send me an email so that I can notify you of changes
|
|
||||||
and bugs that require your attention.
|
|
||||||
|
|
||||||
Since very recently we now have an `installation guide`_ in our documentation.
|
If you want to use or extend pretix, we strongly recommend to follow our `blog`_. We will announce all
|
||||||
|
releases there. You can always find the latest stable version on PyPI or in the ``release/X.Y`` branch of
|
||||||
|
this repository. The ``master`` branch contains a development version that we also try to keep stable in
|
||||||
|
the sense that it does not break your data, but its APIs might change without prior notice.
|
||||||
|
|
||||||
|
To get started using pretix on your own server, look at the `installation guide`_ in our documentation.
|
||||||
|
|
||||||
|
This project is 100 percent free and open source software. If you are interested in commercial support,
|
||||||
|
hosting services or supporting this project financially, please go to `pretix.eu`_ or contact us at
|
||||||
|
support@pretix.eu.
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
------------
|
------------
|
||||||
@@ -43,10 +47,7 @@ See the LICENSE file for the complete license text.
|
|||||||
This project is maintained by Raphael Michel <mail@raphaelmichel.de>. See the
|
This project is maintained by Raphael Michel <mail@raphaelmichel.de>. See the
|
||||||
AUTHORS file for a list of all the awesome folks who contributed to this project.
|
AUTHORS file for a list of all the awesome folks who contributed to this project.
|
||||||
|
|
||||||
This project is 100 percent free and open source software. If you are interested in
|
|
||||||
commercial support, hosting services or supporting this project financially, please
|
|
||||||
go to `pretix.eu`_ or contact Raphael directly.
|
|
||||||
|
|
||||||
.. _installation guide: https://docs.pretix.eu/en/latest/admin/installation/index.html
|
.. _installation guide: https://docs.pretix.eu/en/latest/admin/installation/index.html
|
||||||
.. _developer documentation: https://docs.pretix.eu/en/latest/development/index.html
|
.. _developer documentation: https://docs.pretix.eu/en/latest/development/index.html
|
||||||
.. _pretix.eu: https://pretix.eu
|
.. _pretix.eu: https://pretix.eu
|
||||||
|
.. _blog: https://pretix.eu/about/en/blog/
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "1.0.0b2"
|
__version__ = "1.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user