Skip to content

Commit

Permalink
finalize 1.26.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Aug 26, 2023
1 parent c947695 commit 4dc67fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ ChangeLog

.. _changelog-1.26.0:

************
1.26.0 (TBR)
************
*******************
1.26.0 (2023-08-26)
*******************

* Add experimental support for a :doc:`REST API <rest_api>` (fixes `issue 107
<https://github.com/mathiasertl/django-ca/issues/107>`_).
Expand All @@ -27,7 +27,8 @@ ChangeLog
only worked for an old, outdated alias name.
* The root URL path can now be configured via the :ref:`CA_URL_PATH <settings-ca-url-path>` setting. This
allows you to use shorter URLs (that is, without the ``django_ca/`` prefix).
* The admin interface can now be disabled via the :ref:`ENABLE_ADMIN <settings-enable-admin>` setting.
* The admin interface can now be disabled by setting the new :ref:`ENABLE_ADMIN <settings-enable-admin>`
setting to ``False``.

Backwards incompatible changes
==============================
Expand Down
1 change: 1 addition & 0 deletions docs/source/quickstart_as_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ tested with what release (changes to previous versions in **bold**):
=========== ============== ================== =================== ============= =====================
django-ca Python Django cryptography Celery acme
=========== ============== ================== =================== ============= =====================
1.26 3.8 - 3.11 3.2, 4.1 - 4.2 **40** - 41 **5.2** - 5.3 **2.5.0** - 2.6.0
1.25 3.8 - 3.11 3.2, 4.1 - 4.2 37, 39 - **41** 5.1 - **5.3** **2.3.0** - **2.6.0**
1.24 3.8 - 3.11 3.2, 4.1 - **4.2** 37, 39 - **40** 5.1 - 5.2 **2.2.0** - **2.5.0**
1.23 **3.8** - 3.11 3.2, **4.1** **37** - **39** 5.1 - 5.2 **2.1.0** - **2.2.0**
Expand Down

0 comments on commit 4dc67fd

Please sign in to comment.