Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
koolfy committed Apr 2, 2018
1 parent a3e915c commit 883a0ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
@@ -1,3 +1,11 @@
1.0.2 (2018-04-02)
- misc code cleaning (really only the beginning)
- initial effort towards a reasonable test coverage
- added a hook to allow downstream projects to selectively tag messages
- now raises a proper exception on unknown TLV values
- fixed utf decoding issues
- minor python 2.6 compatibility fixes

1.0.1 (2014-10-16)
- removed internal username from messages to peers
- clear revealed macs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -35,7 +35,7 @@
package_dir={'potr':'src/potr'},

name='python-potr',
version='1.0.2-alpha',
version='1.0.2',
description='pure Python Off-The-Record encryption',
long_description='''Python OTR
==========
Expand Down

0 comments on commit 883a0ec

Please sign in to comment.