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
74c1a803
Commit
74c1a803
authored
Feb 10, 2019
by
eckhart
Browse files
- README.md updated
parent
6d575640
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES.txt
View file @
74c1a803
DHParser Version 0.8.5 (
DATE?
)
..............................
DHParser Version 0.8.5 (
10.2.2019
)
..............................
....
- optimization: flattens anonymous nodes already while parsing
- optimization: drops empty anonymous nodes already during parsing
...
...
DHParser/versionnumber.py
View file @
74c1a803
...
...
@@ -16,4 +16,4 @@
# permissions and limitations under the License.
__all__
=
(
'__version__'
,)
__version__
=
'0.8.
4
'
# + '_dev' + str(os.stat(__file__).st_mtime)
__version__
=
'0.8.
5
'
# + '_dev' + str(os.stat(__file__).st_mtime)
setup.py
View file @
74c1a803
...
...
@@ -41,7 +41,6 @@ setup(
'License :: OSI Approved :: Apache Software License'
,
'Operating System :: OS Independent'
,
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3.4'
,
# untested!
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.6'
,
'Programming Language :: Python :: 3.7'
,
...
...
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