From 2c48abe4848fa0c2636b4bed7579607cd3fb6ac2 Mon Sep 17 00:00:00 2001 From: ChristianVisintin Date: Sat, 7 Dec 2019 17:32:06 +0100 Subject: [PATCH] ATtila 1.1.3 --- README.md | 8 ++++++-- attila/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0208269..d047d5a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Developed by *Christian Visintin* -Current Version: **1.1.2 (29/10/2019)** +Current Version: **1.1.3 (07/12/2019)** - [ATtila](#attila) - [Introduction](#introduction) @@ -323,9 +323,13 @@ nosetests -v --with-coverage --cover-tests --cover-package=attila --nocapture te ## Changelog +### ATtila 1.1.3 (07/12/2019) + +- Fixed a typo in ATRE for ESK EXEC (commit ref: 8506523) + ### ATtila 1.1.2 (29/10/2019) -* Fixed broken windows installation +- Fixed broken windows installation ### ATtila 1.1.1 (26/10/2019) diff --git a/attila/__init__.py b/attila/__init__.py index 870bfb6..43a3cf2 100644 --- a/attila/__init__.py +++ b/attila/__init__.py @@ -21,4 +21,4 @@ # # Version of the ATtila package -__version__ = "1.1.2" +__version__ = "1.1.3" diff --git a/setup.py b/setup.py index 9a785d2..322e629 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='attila', - version='1.1.2', + version='1.1.3', description='Python module to communicate easily with modems and RF modules using AT commands', long_description=README, long_description_content_type="text/markdown",