Skip to content

Commit

Permalink
New release: v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
airween committed Oct 11, 2019
1 parent 77d5bb4 commit 54f61e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
v0.2 - YYYY-MM-DD
v0.2 - 2019-10-11
-----------------

v0.2 - 2019-10-11
-----------------
* Changed and released version v0.2
* Text and attribute corrections in setup.py, remove commented lines
* Fixed typos, text correction (@annawinkler, @theMiddleBlue)
* Modified pattern for unquoted SECRULE_ACTION_ARG
Expand Down
2 changes: 1 addition & 1 deletion msc_pyparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import re
import os

__version__ = "0.1"
__version__ = "0.2"

class MSCLexer(object):
"""Lexer class"""
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
Therefore, you can make many transformations on the structured data, and can
write back the modified config.
""",
python_requires=">=3",
license="""GPLv3""",
version = "0.1",
version = "0.2",
author = "Ervin Hegedus",
author_email = "[email protected]",
maintainer = "Ervin Hegedus",
Expand Down

0 comments on commit 54f61e5

Please sign in to comment.