File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
===============
3
3
4
+ 1.2.0 - 2020-04-12
5
+ ------------------
6
+
7
+ * Bump version of pyas2lib to 1.3.1
8
+ * Improve the test coverage for the repo
9
+ * Use django storage framework when dealing with the file system
10
+ * Handle cases where we get a 200 response without an MDN when sending messages
11
+ * Set login required for the download and send message endpoints
12
+
4
13
1.1.1 - 2019-06-25
5
14
------------------
6
15
Original file line number Diff line number Diff line change 1
1
# Set the version
2
- __version__ = "1.1.1 "
2
+ __version__ = "1.2.0 "
3
3
4
4
default_app_config = "pyas2.apps.Pyas2Config"
5
5
Original file line number Diff line number Diff line change 24
24
25
25
setup (
26
26
name = 'django-pyas2' ,
27
- version = '1.1.1 ' ,
27
+ version = '1.2.0 ' ,
28
28
description = 'AS2 file transfer Server built on Python and Django.' ,
29
29
license = "GNU GPL v3.0" ,
30
30
long_description = README ,
You can’t perform that action at this time.
0 commit comments