Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
DHParser
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
badw-it
DHParser
Commits
a4ffb225
Commit
a4ffb225
authored
Sep 02, 2017
by
Eckhart Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version number increased
parent
ed754af9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
CHANGES.txt
CHANGES.txt
+14
-2
DHParser/versionnumber.py
DHParser/versionnumber.py
+1
-1
No files found.
CHANGES.txt
View file @
a4ffb225
DHParser Verions 0.7.4 (2.7.2017)
.................................
DHParser Verion 0.7.7 (2.9.2017)
................................
- dhparser script now creates and initializes project dir
- parsing is now based on a StringView class which other
than plain Python strings does not copy strings when
slicing. (Speeds up parsing for longer documents.)
- AST-transformations now receive the complete context, i.e.
the list of all parent nodes instead of just the node to
transform
DHParser Verion 0.7.4 (2.7.2017)
................................
- package now includes 'dhparser' script
- more transformation primitives for AST-transformation
...
...
DHParser/versionnumber.py
View file @
a4ffb225
...
...
@@ -17,4 +17,4 @@ permissions and limitations under the License.
"""
__all__
=
(
'__version__'
,)
__version__
=
'0.7.
6
'
# + '_dev' + str(os.stat(__file__).st_mtime)
__version__
=
'0.7.
7
'
# + '_dev' + str(os.stat(__file__).st_mtime)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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