Skip to content

Commit

Permalink
Changes for 0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed May 29, 2021
1 parent 4d520ba commit b036265
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
Change log for ``distlib``
--------------------------

0.3.2 (future)
0.3.3 (future)
~~~~~~~~~~~~~~

Released: Not yet.

0.3.2
~~~~~

Released: 2021-05-29

- locators

- Fixed #141: Removed unused regular expression.
- Fixed #141: removed unused regular expression.

- metadata

Expand All @@ -17,7 +22,7 @@ Released: Not yet.

- resources

- Fixed #146: Added entry for SourcelessFileLoader to the finder registry.
- Fixed #146: added entry for SourcelessFileLoader to the finder registry.

- scripts

Expand All @@ -39,7 +44,7 @@ Released: Not yet.

- Moved get_platform() logic from distutils to here.

- Fixed #143: Removed normcase() to avoid some problems on Windows.
- Fixed #143: removed normcase() to avoid some problems on Windows.

- wheel

Expand All @@ -54,7 +59,7 @@ Released: Not yet.

- tests

- Fixed #139: Improved handling of errors related to the test PyPI server.
- Fixed #139: improved handling of errors related to the test PyPI server.

0.3.1
~~~~~
Expand Down
2 changes: 1 addition & 1 deletion distlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
import logging

__version__ = '0.3.2.dev0'
__version__ = '0.3.2'

class DistlibException(Exception):
pass
Expand Down

0 comments on commit b036265

Please sign in to comment.