File tree 2 files changed +33
-1
lines changed
2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- v0.13.1
4
+ 0.13.2
5
+ -------
6
+
7
+ A bugfix release. The fixed bugs are:
8
+
9
+ * #424: Use new JSON API at bpaste.net.
10
+ * #430: Fixed SNI issues with new pastebin service on Mac OS X.
11
+
12
+ 0.13.1
5
13
-------
6
14
7
15
A bugfix release. The fixed bugs are:
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.13.2
5
+ ------
6
+
7
+ A bugfix release. The fixed bugs are:
8
+
9
+ * #424: Use new JSON API at bpaste.net.
10
+ * #430: Fixed SNI issues with new pastebin service on Mac OS X.
11
+
12
+ 0.13.1
13
+ ------
14
+
15
+ A bugfix release. The fixed bugs are:
16
+
17
+ * #287: Turned off dictionary completion in bpython-curtsies
18
+ * #281: Fixed a crash on error-raising properties
19
+ * #286: Fixed input in Python 3
20
+ * #293: Added encoding attribute to stdin bpython curtsies
21
+ * #296: Fixed warnings in import completion for Python 3
22
+ * #290: Stop using root logger
23
+ * #301: Specify curtsies version in requirements
24
+
25
+ There's also a necessary regression: #232 (adding fileno() on stdin)
26
+ is reintroduced because its previous fix was found to be the cause of #286
27
+
4
28
0.13
5
29
----
6
30
You can’t perform that action at this time.
0 commit comments