diff --git a/src/postorius/doc/conf.py b/src/postorius/doc/conf.py index f49af68..a6e9597 100644 --- a/src/postorius/doc/conf.py +++ b/src/postorius/doc/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = '1.0a2' +version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0a2' +release = '1.0b1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/postorius/doc/development.rst b/src/postorius/doc/development.rst index 90adedc..6fc8795 100644 --- a/src/postorius/doc/development.rst +++ b/src/postorius/doc/development.rst @@ -82,7 +82,10 @@ In order to record new API responses for your test case, you need to first start the mailman core, with the API server listening on port 9001. You can use the ``testing/test_mailman.cfg`` file from the -Postorius source. Make sure, you use a fresh mailman.db file. +Postorius source. + +.. note:: + Make sure, you use a fresh mailman.db file. Once the core is running, you can record the new cassette file defined in your test case like by running tox with the `record` test env: