Skip to content

Commit

Permalink
Upgrade pyas2lib and pytest-django to the latest versions (#96)
Browse files Browse the repository at this point in the history
* Upgrade pyas2lib and pytest-django

* Bump versions and update change log

---------

Co-authored-by: abhishekram <abhishek8816@gmail.com>
  • Loading branch information
abhishek-ram and abhishekram authored Feb 25, 2023
1 parent fb14bf4 commit 3d5c1f3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release History
===============

1.2.3 - 2023-02-25
------------------

* Bump version of pyas2lib to 1.4.3
* Update variables in run_post_receive to fit the meaning (#82 by @timfanda35)
* Fix link to AUTHORS since now it's a Markdown file (#85 by @adiroiban)
* Update the lengths of the payload fields to allow longer file names (#87 by @pouldenton)
* Update documentation to use django-admin instead of django-admin.py (#89 by @bkc)

1.2.2 - 2022-02-06
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Abhishek Ram'

# The full version, including alpha/beta/rc tags
release = '1.2.2'
release = '1.2.3'


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
README = f.read()

install_requires = [
'pyas2lib==1.4.2',
'pyas2lib==1.4.3',
'django>=2.2.18',
'requests'
]
Expand All @@ -17,7 +17,7 @@
"pytest==6.2.5",
"pytest-cov==2.8.1",
"coverage==5.0.4",
"pytest-django==3.9.0",
"pytest-django==4.5.2",
"pytest-mock==3.5.1",
"pylama==8.3.7",
"pylint==2.12.1",
Expand All @@ -30,7 +30,7 @@

setup(
name='django-pyas2',
version='1.2.2',
version='1.2.3',
description='AS2 file transfer Server built on Python and Django.',
license="GNU GPL v3.0",
long_description=README,
Expand Down

0 comments on commit 3d5c1f3

Please sign in to comment.