Skip to content

Commit

Permalink
v0.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
babca authored and babca committed Mar 15, 2017
1 parent 85994a8 commit 4ef955e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* Wed Mar 15 2017 babca - 0.12
– stable release
- unit tests fixed after rapid merging – credits to: tomchy
- python3.6 support added
– message concatenation fixes and more

* Thu Nov 10 2016 babca - 0.11
- added getter for SIM own number
- added option for blocking incoming calls (GSMBUSY)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python-gsmmodem-new v0.11
python-gsmmodem-new v0.12
=========================
*GSM modem module for Python*

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
test_command = [sys.executable, '-m', 'unittest', 'discover']
coverage_command = ['coverage', 'run', '-m', 'unittest', 'discover']

VERSION = "0.11"
VERSION = "0.12"

class RunUnitTests(Command):
""" run unit tests """
Expand Down

0 comments on commit 4ef955e

Please sign in to comment.