Skip to content

Commit

Permalink
v0.3.0 — Improved parsing of ambiguous filenames
Browse files Browse the repository at this point in the history
- When fetching the list of files for a project, the project name is now used to resolve ambiguous filenames.
- The filename parser now requires all filenames to be all-ASCII (except for wheels).
  • Loading branch information
jwodder committed Sep 3, 2018
1 parent 1fba4de commit 27eaf6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.3.0 (in development)
-----------------------
v0.3.0 (2018-09-03)
-------------------
- When fetching the list of files for a project, the project name is now used
to resolve ambiguous filenames.
- The filename parser now requires all filenames to be all-ASCII (except for
Expand Down
2 changes: 1 addition & 1 deletion pypi_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Visit <https://github.com/jwodder/pypi-simple> for more information.
"""

__version__ = '0.3.0.dev1'
__version__ = '0.3.0'
__author__ = 'John Thorvald Wodder II'
__author_email__ = '[email protected]'
__license__ = 'MIT'
Expand Down

0 comments on commit 27eaf6e

Please sign in to comment.