File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
Change log for ``distlib ``
2
2
--------------------------
3
3
4
- 0.3.2 (future)
4
+ 0.3.3 (future)
5
5
~~~~~~~~~~~~~~
6
6
7
7
Released: Not yet.
8
8
9
+ 0.3.2
10
+ ~~~~~
11
+
12
+ Released: 2021-05-29
13
+
9
14
- locators
10
15
11
- - Fixed #141: Removed unused regular expression.
16
+ - Fixed #141: removed unused regular expression.
12
17
13
18
- metadata
14
19
@@ -17,7 +22,7 @@ Released: Not yet.
17
22
18
23
- resources
19
24
20
- - Fixed #146: Added entry for SourcelessFileLoader to the finder registry.
25
+ - Fixed #146: added entry for SourcelessFileLoader to the finder registry.
21
26
22
27
- scripts
23
28
@@ -39,7 +44,7 @@ Released: Not yet.
39
44
40
45
- Moved get_platform() logic from distutils to here.
41
46
42
- - Fixed #143: Removed normcase() to avoid some problems on Windows.
47
+ - Fixed #143: removed normcase() to avoid some problems on Windows.
43
48
44
49
- wheel
45
50
@@ -54,7 +59,7 @@ Released: Not yet.
54
59
55
60
- tests
56
61
57
- - Fixed #139: Improved handling of errors related to the test PyPI server.
62
+ - Fixed #139: improved handling of errors related to the test PyPI server.
58
63
59
64
0.3.1
60
65
~~~~~
Original file line number Diff line number Diff line change 6
6
#
7
7
import logging
8
8
9
- __version__ = '0.3.2.dev0 '
9
+ __version__ = '0.3.2'
10
10
11
11
class DistlibException (Exception ):
12
12
pass
You can’t perform that action at this time.
0 commit comments