Commit 2912314e authored by Abhilash Raj's avatar Abhilash Raj
Browse files

Merge branch 'rel' into 'master'

Bump version for release

See merge request !844
parents 0538a010 d033e627
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,5 +17,5 @@
# Postorius.  If not, see <http://www.gnu.org/licenses/>.


__version__ = '1.3.9b1'
__version__ = '1.3.9'
default_app_config = 'postorius.apps.PostoriusConfig'
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ along with Postorius. If not, see <http://www.gnu.org/licenses/>.
1.3.9
=====

(2023-10-24)

* Honor per-list member roster visibility options (Closes #369)
* Migrate to Bootstrap 5. (See !769)
* Add ability to delete a user from the Users page (Closes #543)