Commit 557bdebe authored by George Kadianakis's avatar George Kadianakis
Browse files

Do the release ritual for obfsproxy-0.2.3.

parent fb14b472
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
Changes in version 0.2.3 - UNRELEASED
Changes in version 0.2.3 - 2013-09-11
 - Use the new pyptlib API (>= pyptlib-0.0.4). Patch by Ximin Luo.
 - Add support for sending the pluggable transport name to Tor (using
   the Extended ORPort) so that it can be considered in the statistics.
+1 −1
Original line number Diff line number Diff line
@@ -33,6 +33,6 @@ setup(
        'PyCrypto',
        'Twisted',
        'argparse',
        'pyptlib'
        'pyptlib >= 0.0.4'
        ],
)