Skip to content

Commit 4808921

Browse files
author
abhishekram
committed
Bump version to 1.2.1
1 parent 18d4aa9 commit 4808921

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Diff for: CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Release History
22
===============
33

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+
412
1.2.0 - 2020-04-12
513
------------------
614

Diff for: docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Abhishek Ram'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.2.0'
25+
release = '1.2.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

Diff for: pyas2/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Set the version
2-
__version__ = "1.2.0"
2+
__version__ = "1.2.1"
33

44
default_app_config = "pyas2.apps.Pyas2Config"
55

0 commit comments

Comments
 (0)