Skip to content

Commit

Permalink
Changelog for v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Apr 23, 2024
1 parent 14caf5c commit a3790e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,19 @@ You can use ``/etc/hosts`` to configure DNS resolution during development::
Changelog
---------

v2.7.0 (24 Apr 2024)
~~~~~~~~~~~~~~~~~~~~

- Add the ``Tenant.extra_emails`` field for storing information like
technical email, billing email, etc. To be used by add-on tools
- Add the ``initialize_tenants`` management command
- Update local development instructions
- Enable code formatting with ``black``
- Start testing using upstream Postgres container
- Execute CodeQL on pull request and branches
- Adjust tests for Django 5.0


v2.6.1 (08 Mar 2024)
~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_install_requires(path):

setup(
name="kiwitcms-tenants",
version="2.6.1",
version="2.7.0",
description="Multi-tenant support for Kiwi TCMS",
long_description=get_long_description(),
author="Kiwi TCMS",
Expand Down

0 comments on commit a3790e9

Please sign in to comment.