Skip to content

Commit

Permalink
Version 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
faucamp committed Jul 18, 2013
1 parent 6059481 commit 8cf3355
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ davidphiliplee <https://github.com/davidphiliplee>
chakphanu <https://github.com/chakphanu>
Jonathan Endersby <https://github.com/jonathanendersby>
the01 <https://github.com/the01>
Frederico Rosmaninho

7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* Thu Jul 18 2013 Francois Aucamp <[email protected]> - 0.9
- Added UDH support for SMS PDUs
- Stored messages APIs made public
- USSD support improved on different modem types
- Vastly improved unit test coverage
- Lots of bugfixes and stability improvements

* Tue May 21 2013 Francois Aucamp <[email protected]> - 0.8
- Support added for ZTE modems
- Improved support for Huawei modems
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.8
VERSION = 0.9

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

0 comments on commit 8cf3355

Please sign in to comment.