Skip to content

Commit 7ddaa41

Browse files
committed
Bump version numbers.
1 parent f7ca8d2 commit 7ddaa41

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '1.1'
51+
version = '1.2'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.1'
53+
release = '1.2'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

parsley.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from terml.parser import parseTerm as term
66
from terml.quasiterm import quasiterm
77

8-
__version__ = '1.1'
8+
__version__ = '1.2'
99

1010

1111
def wrapGrammar(g, tracefunc=None):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from distutils.core import setup
88
setup(
99
name="Parsley",
10-
version="1.1",
10+
version="1.2",
1111
url="http://launchpad.net/parsley",
1212
description="Parsing and pattern matching made easy.",
1313
author="Allen Short",

0 commit comments

Comments
 (0)