Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ setup( package_dir={'': 'src'}, include_package_data=True, install_requires=[ 'django-mailman3>=1.3.8', 'django-mailman3>=1.3.10', 'django>=3.2,<4.3', 'mailmanclient>=3.3.3', 'readme_renderer[md]', Loading src/postorius/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -17,5 +17,5 @@ # Postorius. If not, see <http://www.gnu.org/licenses/>. __version__ = '1.3.9' __version__ = '1.3.10' default_app_config = 'postorius.apps.PostoriusConfig' src/postorius/doc/news.rst +16 −1 Original line number Diff line number Diff line Loading @@ -17,12 +17,27 @@ General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with Postorius. If not, see <http://www.gnu.org/licenses/>. .. _NEWS-1.3.10: 1.3.10 ====== (2023-10-21) Fixes ----- * Fix min dependency requirement of django-mailman3 to 1.3.10. This was missed in the previous 1.3.9 release. .. _NEWS-1.3.9: 1.3.9 ===== (2023-10-24) (2023-10-21) * Honor per-list member roster visibility options (Closes #369) * Migrate to Bootstrap 5. (See !769) Loading Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ setup( package_dir={'': 'src'}, include_package_data=True, install_requires=[ 'django-mailman3>=1.3.8', 'django-mailman3>=1.3.10', 'django>=3.2,<4.3', 'mailmanclient>=3.3.3', 'readme_renderer[md]', Loading
src/postorius/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -17,5 +17,5 @@ # Postorius. If not, see <http://www.gnu.org/licenses/>. __version__ = '1.3.9' __version__ = '1.3.10' default_app_config = 'postorius.apps.PostoriusConfig'
src/postorius/doc/news.rst +16 −1 Original line number Diff line number Diff line Loading @@ -17,12 +17,27 @@ General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with Postorius. If not, see <http://www.gnu.org/licenses/>. .. _NEWS-1.3.10: 1.3.10 ====== (2023-10-21) Fixes ----- * Fix min dependency requirement of django-mailman3 to 1.3.10. This was missed in the previous 1.3.9 release. .. _NEWS-1.3.9: 1.3.9 ===== (2023-10-24) (2023-10-21) * Honor per-list member roster visibility options (Closes #369) * Migrate to Bootstrap 5. (See !769) Loading