Skip to content

Commit

Permalink
release 0.2.0: Bump version number and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Dec 2, 2019
1 parent acb5557 commit 9481bbf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ obs:
only:
refs:
- master
- tags
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9481bbf

Please sign in to comment.