Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit a573ac1

Browse files
committed
Released 1.2.0
1 parent 4a9d77f commit a573ac1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '1.1'
56+
version = '1.2'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '1.1.5'
58+
release = '1.2.0'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

modoboa_webmail/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.1.5"
1+
__version__ = "1.2.0"
22

33
default_app_config = "modoboa_webmail.apps.WebmailConfig"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
modoboa>=1.7.3
1+
modoboa>=1.8.2
22
chardet
33
lxml

0 commit comments

Comments
 (0)