Skip to content

Commit 9b8fac3

Browse files
author
abhishekram
committed
bump version to 1.2.0 and add a change log
1 parent 54ca691 commit 9b8fac3

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release History
22
===============
33

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+
413
1.1.1 - 2019-06-25
514
------------------
615

pyas2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Set the version
2-
__version__ = "1.1.1"
2+
__version__ = "1.2.0"
33

44
default_app_config = "pyas2.apps.Pyas2Config"
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='django-pyas2',
27-
version='1.1.1',
27+
version='1.2.0',
2828
description='AS2 file transfer Server built on Python and Django.',
2929
license="GNU GPL v3.0",
3030
long_description=README,

0 commit comments

Comments
 (0)