Skip to content

Commit

Permalink
bump version to 1.2.0 and add a change log
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekram committed Apr 12, 2020
1 parent 54ca691 commit 9b8fac3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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.0 - 2020-04-12
------------------

* Bump version of pyas2lib to 1.3.1
* Improve the test coverage for the repo
* Use django storage framework when dealing with the file system
* Handle cases where we get a 200 response without an MDN when sending messages
* Set login required for the download and send message endpoints

1.1.1 - 2019-06-25
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyas2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set the version
__version__ = "1.1.1"
__version__ = "1.2.0"

default_app_config = "pyas2.apps.Pyas2Config"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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

0 comments on commit 9b8fac3

Please sign in to comment.