Skip to content

Commit

Permalink
bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekram committed Jun 25, 2019
1 parent eb9343b commit e93212f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release History
===============

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

* Bump version of pyas2lib to 1.2.2
* Add more logging for better debugging
* Removing X-Frame-Options header from AS2 response object


1.1.0 - 2019-06-13
------------------

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.1.0'
release = '1.1.1'


# -- General configuration ---------------------------------------------------
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.0'
__version__ = '1.1.1'

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.0',
version='1.1.1',
description='AS2 file transfer Server built on Python and Django.',
license="GNU GPL v3.0",
long_description=README,
Expand Down

0 comments on commit e93212f

Please sign in to comment.