File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
===============
3
3
4
+ 1.2.3 - 2023-02-25
5
+ ------------------
6
+
7
+ * Bump version of pyas2lib to 1.4.3
8
+ * Update variables in run_post_receive to fit the meaning (#82 by @timfanda35)
9
+ * Fix link to AUTHORS since now it's a Markdown file (#85 by @adiroiban)
10
+ * Update the lengths of the payload fields to allow longer file names (#87 by @pouldenton)
11
+ * Update documentation to use django-admin instead of django-admin.py (#89 by @bkc)
12
+
4
13
1.2.2 - 2022-02-06
5
14
------------------
6
15
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.2 '
25
+ release = '1.2.3 '
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 8
8
README = f .read ()
9
9
10
10
install_requires = [
11
- 'pyas2lib==1.4.2 ' ,
11
+ 'pyas2lib==1.4.3 ' ,
12
12
'django>=2.2.18' ,
13
13
'requests'
14
14
]
17
17
"pytest==6.2.5" ,
18
18
"pytest-cov==2.8.1" ,
19
19
"coverage==5.0.4" ,
20
- "pytest-django==3.9.0 " ,
20
+ "pytest-django==4.5.2 " ,
21
21
"pytest-mock==3.5.1" ,
22
22
"pylama==8.3.7" ,
23
23
"pylint==2.12.1" ,
30
30
31
31
setup (
32
32
name = 'django-pyas2' ,
33
- version = '1.2.2 ' ,
33
+ version = '1.2.3 ' ,
34
34
description = 'AS2 file transfer Server built on Python and Django.' ,
35
35
license = "GNU GPL v3.0" ,
36
36
long_description = README ,
You can’t perform that action at this time.
0 commit comments