Skip to content

Commit

Permalink
update version to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wst committed Feb 2, 2013
1 parent 9d63ac4 commit 0f154b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"install": "messages/install.txt",
"0.8": "messages/install.txt",
"0.7": "messages/0.7.txt",
"0.7.2": "messages/install.txt"
}
4 changes: 4 additions & 0 deletions messages/0.8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
AutoPEP8 0.8 Changelog:
* fixed issue with exception while removing open file
* update pep8.py to version 1.4.2a0
* update autopep8.py to version 0.8.6
6 changes: 3 additions & 3 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"description": "Automatically formats Python code to conform to the PEP 8 style guide using autopep8.py module",
"author": "wistful",
"homepage": "https://github.com/wistful/SublimeAutoPEP8",
"last_modified": "2012-11-17 22:07:09",
"last_modified": "2013-02-02 21:46:13",
"platforms": {
"*": [
{
"version": "0.7.2",
"url": "https://nodeload.github.com/wistful/SublimeAutoPEP8/legacy.zip/v0.7.2"
"version": "0.8",
"url": "https://nodeload.github.com/wistful/SublimeAutoPEP8/legacy.zip/v0.8"
}
]
}
Expand Down

0 comments on commit 0f154b9

Please sign in to comment.