Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afflux committed Oct 16, 2014
1 parent f042d4f commit 6cb5823
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.1 (2014-10-16)
- removed internal username from messages to peers
- clear revealed macs
- don't drop leading zero bits from AES keys

1.0.0 (2013-10-02)
- gotr: moved to separate reppository / source distribution
- tools: convertkey shebang changed to non-version-specific python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
package_dir={'potr':'src/potr'},

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

0 comments on commit 6cb5823

Please sign in to comment.