Skip to content

Commit 3d5c1f3

Browse files
abhishek-ramabhishekram
and
abhishekram
authored
Upgrade pyas2lib and pytest-django to the latest versions (#96)
* Upgrade pyas2lib and pytest-django * Bump versions and update change log --------- Co-authored-by: abhishekram <[email protected]>
1 parent fb14bf4 commit 3d5c1f3

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release 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+
413
1.2.2 - 2022-02-06
514
------------------
615

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.2'
25+
release = '1.2.3'
2626

2727

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

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
README = f.read()
99

1010
install_requires = [
11-
'pyas2lib==1.4.2',
11+
'pyas2lib==1.4.3',
1212
'django>=2.2.18',
1313
'requests'
1414
]
@@ -17,7 +17,7 @@
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",
@@ -30,7 +30,7 @@
3030

3131
setup(
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,

0 commit comments

Comments
 (0)