File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
===============
3
3
4
+ 1.2.1 - 2021-05-08
5
+ ------------------
6
+
7
+ * Bump version of pyas2lib to 1.3.3
8
+ * Use orig_message_id as Message ID for MDN if no message_id was provided
9
+ * Retry when no ASYNC MDN is received, before finally failing after retries
10
+ * Bump version of django to 2.2.18
11
+
4
12
1.2.0 - 2020-04-12
5
13
------------------
6
14
Original file line number Diff line number Diff line change 22
22
author = 'Abhishek Ram'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '1.2.0 '
25
+ release = '1.2.1 '
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
# Set the version
2
- __version__ = "1.2.0 "
2
+ __version__ = "1.2.1 "
3
3
4
4
default_app_config = "pyas2.apps.Pyas2Config"
5
5
You can’t perform that action at this time.
0 commit comments