Commit f938765a authored by George Kadianakis's avatar George Kadianakis
Browse files

Release onionbalance-0.2.0.

parent 4fb5ad61
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@
-----

- Allow migration from Tor to Onionbalance by reading tor private keys directly
  using the 'key' directive in the YAML config file.
  using the 'key' directive in the YAML config file. Also update
  `onionbalance-config` to support that.
- Improve `onionbalance-config` for v3 onions. Simplify the output directory
  (and change docs to reflect so) and the wizard suggestions.

+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ import sphinx.environment
from docutils.utils import get_source_line

# Documentation configuration
__version__ = '0.1.9'
__version__ = '0.2.0'
__author__ = "George Kadianakis, Donncha O'Cearbhaill"
__contact__ = "asn@torproject.org"