Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
badw-it
DHParser
Commits
7f917e40
Commit
7f917e40
authored
Jul 10, 2018
by
eckhart
Browse files
new version number
parent
a003bd41
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES.txt
View file @
7f917e40
DHParser Version 0.8.2 (10.7.2018)
..................................
- refactoring of module parser.py for more simplicity. RE is now
a simple (macro-style) function instead of a class of its own.
Class Token has been merged with PlainText. Possible break of
backwards compatibility with certain AST-transformation-tables in
connection with Token and RE-nodes!
DHParser Version 0.8.1 (2.7.2018)
DHParser Version 0.8.1 (2.7.2018)
.................................
.................................
...
...
DHParser/versionnumber.py
View file @
7f917e40
...
@@ -16,4 +16,4 @@
...
@@ -16,4 +16,4 @@
# permissions and limitations under the License.
# permissions and limitations under the License.
__all__
=
(
'__version__'
,)
__all__
=
(
'__version__'
,)
__version__
=
'0.8.
1
'
# + '_dev' + str(os.stat(__file__).st_mtime)
__version__
=
'0.8.
2
'
# + '_dev' + str(os.stat(__file__).st_mtime)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment