Skip to content

Commit

Permalink
Bump version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
habnabit committed Aug 2, 2013
1 parent f7ca8d2 commit 7ddaa41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1'
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.1'
release = '1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion parsley.py
Expand Up @@ -5,7 +5,7 @@
from terml.parser import parseTerm as term
from terml.quasiterm import quasiterm

__version__ = '1.1'
__version__ = '1.2'


def wrapGrammar(g, tracefunc=None):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
from distutils.core import setup
setup(
name="Parsley",
version="1.1",
version="1.2",
url="http://launchpad.net/parsley",
description="Parsing and pattern matching made easy.",
author="Allen Short",
Expand Down

0 comments on commit 7ddaa41

Please sign in to comment.