Skip to content

Commit e93212f

Browse files
author
abhishekram
committed
bump version to 1.1.1
1 parent eb9343b commit e93212f

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.rst

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

4+
1.1.1 - 2019-06-25
5+
------------------
6+
7+
* Bump version of pyas2lib to 1.2.2
8+
* Add more logging for better debugging
9+
* Removing X-Frame-Options header from AS2 response object
10+
11+
412
1.1.0 - 2019-06-13
513
------------------
614

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.1.0'
25+
release = '1.1.1'
2626

2727

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

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.0'
2+
__version__ = '1.1.1'
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.0',
27+
version='1.1.1',
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)