From 2b193cb1f07692feaea29aa8776fe3d73cb330c2 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Fri, 20 Feb 2015 17:13:20 -0800 Subject: [PATCH 1/2] Update list of supported cPython versions in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 73b14997..b20b81e0 100644 --- a/README.rst +++ b/README.rst @@ -92,7 +92,7 @@ can do, see: `Features `_. A list of caveats can be found on the same page. -You can run Jedi on cPython 2.6, 2.7, 3.2 or 3.3, but it should also +You can run Jedi on cPython 2.6, 2.7, 3.2, 3.3 or 3.4, but it should also understand/parse code older than those versions. Tips on how to use Jedi efficiently can be found `here From 5625e1cb6228cb203a077a483979a20c87292448 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Fri, 20 Feb 2015 17:17:34 -0800 Subject: [PATCH 2/2] Add self to authors list --- AUTHORS.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.txt b/AUTHORS.txt index 223a8c5c..fd604327 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -31,5 +31,6 @@ immerrr (@immerrr) immerrr@gmail.com Albertas Agejevas (@alga) Savor d'Isavano (@KenetJervet) Phillip Berndt (@phillipberndt) +Ian Lee (@IanLee1521) Note: (@user) means a github user name.