Skip to content

Commit

Permalink
ATtila 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Dec 7, 2019
1 parent 8e4cab4 commit 2c48abe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -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)
Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion attila/__init__.py
Expand Up @@ -21,4 +21,4 @@
#

# Version of the ATtila package
__version__ = "1.1.2"
__version__ = "1.1.3"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 2c48abe

Please sign in to comment.