File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '1.1 '
51
+ version = '1.2 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '1.1 '
53
+ release = '1.2 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 5
5
from terml .parser import parseTerm as term
6
6
from terml .quasiterm import quasiterm
7
7
8
- __version__ = '1.1 '
8
+ __version__ = '1.2 '
9
9
10
10
11
11
def wrapGrammar (g , tracefunc = None ):
Original file line number Diff line number Diff line change 7
7
from distutils .core import setup
8
8
setup (
9
9
name = "Parsley" ,
10
- version = "1.1 " ,
10
+ version = "1.2 " ,
11
11
url = "http://launchpad.net/parsley" ,
12
12
description = "Parsing and pattern matching made easy." ,
13
13
author = "Allen Short" ,
You can’t perform that action at this time.
0 commit comments