Commit d63b32b8 authored by Szilárd Pfeiffer's avatar Szilárd Pfeiffer
Browse files

release 0.2.0: Bump version number and update changelog

parent acb55579
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
Changelog
=========

.. _v0-2-0:

0.2.0 - 2019-12-02
------------------

Bugs
^^^^

* clarify TLS related parameter names
* several packaging fixes
* some minor fixes

.. _v0-1-0:

0.1.0 - 2019-03-20
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ def test_discover():

setup(
    name='cryptoparser',
    version='0.1.0',
    version='0.2.0',
    description='Fast and flexible security protocol parser and generator',
    long_description=long_description,
    author='Szilárd Pfeiffer',