Skip to content

Commit

Permalink
Bump to version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Oct 1, 2019
1 parent a25a72f commit 501c22a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Changes in version 3.2.0 - 2019-10-01
o Add debian buster release
o Add support for Tor Onion Services v3
o Add support for TLS1.3
o Revise security TLS configuration
o Revise support for IPv6
o Revise Python3 compatibility

Changes in version 3.1.74 - 2019-06-25
o Apply fixes to packaging for Ubuntu Bionic

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
tor2web (3.2.0) stable; urgency=medium

* New stable release

-- GlobaLeaks software signing key <[email protected]> Tue, 01 Oct 2019 10:33:28 +0200

tor2web (3.1.74) stable; urgency=medium

* New stable release
Expand Down
2 changes: 1 addition & 1 deletion tor2web/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '3.1.74'
__version__ = '3.2.0'

__all__ = ['utils']

0 comments on commit 501c22a

Please sign in to comment.