Skip to content

Commit 2bca0e5

Browse files
committed
0.0.6
Signed-off-by: Chris Granger <[email protected]>
1 parent e2bed09 commit 2bca0e5

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
##Changes
22

3+
###0.0.6
4+
5+
* FIX: ensure that code and paths being compiled are encoded in utf8
6+
37
###0.0.5
48

59
* FIX: pathing issues on windows

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Python",
33
"author": "Kodowa",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"source": "https://github.com/LightTable/Python",
66
"desc": "Python language plugin for Light Table",
77
"dependencies": {

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
(defproject com.lighttable/python "0.0.3"
1+
(defproject com.lighttable/python "0.0.6"
22
:description "Python language plugin for Light Table"
33
:dependencies [[org.clojure/clojure "1.5.1"]])

0 commit comments

Comments
 (0)