Skip to content

Commit

Permalink
Updated version from v2.0.5 to v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DamnWidget committed Aug 31, 2016
1 parent 1186662 commit 111673c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
"2.0.2": "messages/2.0.2.txt",
"2.0.3": "messages/2.0.3.txt",
"2.0.4": "messages/2.0.4.txt",
"2.0.5": "messages/2.0.5.txt"
"2.0.5": "messages/2.0.5.txt",
"2.0.6": "messages/2.0.6.txt"
}
21 changes: 21 additions & 0 deletions messages/2.0.6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

|
_` | __ \ _` | __| _ \ __ \ _` | _` |
( | | | ( | ( ( | | | ( | ( |
\__,_| _| _| \__,_| \___| \___/ _| _| \__,_| \__,_|
The Sublime Text 3 Python IDE


Anaconda v2.0.6
===============

This is a minor bug fix release

## Fixes

- Fix strange behaviour when mypy is being used as a library, resolves #521
- Increased timeouts for first local worker connection hopefully resolves #514

## Additions

- Added new configuration option `mypy_suppress_stub_warnings` that does exactly what it's name indicates

0 comments on commit 111673c

Please sign in to comment.