File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11Release History
22===============
33
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+
4131.2.2 - 2022-02-06
514------------------
615
Original file line number Diff line number Diff line change 2222author = 'Abhishek Ram'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '1.2.2 '
25+ release = '1.2.3 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 88 README = f .read ()
99
1010install_requires = [
11- 'pyas2lib==1.4.2 ' ,
11+ 'pyas2lib==1.4.3 ' ,
1212 'django>=2.2.18' ,
1313 'requests'
1414]
1717 "pytest==6.2.5" ,
1818 "pytest-cov==2.8.1" ,
1919 "coverage==5.0.4" ,
20- "pytest-django==3.9.0 " ,
20+ "pytest-django==4.5.2 " ,
2121 "pytest-mock==3.5.1" ,
2222 "pylama==8.3.7" ,
2323 "pylint==2.12.1" ,
3030
3131setup (
3232 name = 'django-pyas2' ,
33- version = '1.2.2 ' ,
33+ version = '1.2.3 ' ,
3434 description = 'AS2 file transfer Server built on Python and Django.' ,
3535 license = "GNU GPL v3.0" ,
3636 long_description = README ,
You can’t perform that action at this time.
0 commit comments