Skip to content

Commit

Permalink
Changed version to 0.3.5
Browse files Browse the repository at this point in the history
--HG--
branch : 0.3.x
  • Loading branch information
vlasovskikh committed Jan 13, 2011
1 parent 7f39f4b commit 5c158a3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGES
Expand Up @@ -3,6 +3,17 @@ The Changelog

This is a changelog of [funcparserlib][1].


0.3.5, 2011-01-13
-----------------

A maintenance release.

* Python 2.4 compatibility
* More readable terminal names for error reporting
* Fixed wrong token positions in lexer error messages


0.3.4, 2009-10-06
-----------------

Expand Down
2 changes: 1 addition & 1 deletion doc/Brackets.md
Expand Up @@ -19,7 +19,7 @@ Nested Brackets Mini-HOWTO
</a>
</dd>
<dt>Library Version:</dt>
<dd>0.3.4</dd>
<dd>0.3.5</dd>
</dl>


Expand Down
2 changes: 1 addition & 1 deletion doc/Illustrated.md
Expand Up @@ -19,7 +19,7 @@ Parsing Stages Illustrated
</a>
</dd>
<dt>Library Version:</dt>
<dd>0.3.4</dd>
<dd>0.3.5</dd>
</dl>

Given some language, for example, the [GraphViz DOT][dot] graph language (see
Expand Down
2 changes: 1 addition & 1 deletion doc/Tutorial.md
Expand Up @@ -19,7 +19,7 @@ The `funcparserlib` Tutorial
</a>
</dd>
<dt>Library Version:</dt>
<dd>0.3.4</dd>
<dd>0.3.5</dd>
</dl>


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='funcparserlib',
version='0.3.5dev',
version='0.3.5',
packages=['funcparserlib'],
package_dir={'': 'src'},
author='Andrey Vlasovskikh',
Expand Down

0 comments on commit 5c158a3

Please sign in to comment.