Skip to content

Commit 68e8bd6

Browse files
committed
Release 0.12.0.
1 parent 49337f8 commit 68e8bd6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

javalang/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from . import javadoc
66

77

8-
__version__ = "0.11.0"
8+
__version__ = "0.12.0"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
setup(
55
name = "javalang",
66
packages = ["javalang"],
7-
version = "0.11.0",
7+
version = "0.12.0",
88
author = "Chris Thunes",
99
author_email = "cthunes@brewtab.com",
1010
url = "http://github.com/c2nes/javalang",
@@ -23,9 +23,9 @@
2323
========
2424
2525
javalang is a pure Python library for working with Java source
26-
code. javalang provies a lexer and parser targeting Java 7. The
26+
code. javalang provies a lexer and parser targeting Java 8. The
2727
implementation is based on the Java language spec available at
28-
http://docs.oracle.com/javase/specs/jls/se7/html/.
28+
http://docs.oracle.com/javase/specs/jls/se8/html/.
2929
3030
""",
3131
zip_safe = False,

0 commit comments

Comments
 (0)