Skip to content

Commit

Permalink
v0.2.0 — Define "latest" release
Browse files Browse the repository at this point in the history
- Gave `info`, `readme`, and `files` `--newest` and `--highest` options for
  controlling how the latest version of a package is determined; `--highest` is
  now always the default
- Added a `--no-pre` option for negating `--pre`
  • Loading branch information
jwodder committed Apr 3, 2017
1 parent a9934bb commit d946b38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,5 @@
v0.2.0 (in development)
-----------------------
v0.2.0 (2017-04-03)
-------------------
- Gave `info`, `readme`, and `files` `--newest` and `--highest` options for
controlling how the latest version of a package is determined; `--highest` is
now always the default
Expand Down
2 changes: 1 addition & 1 deletion qypi/__init__.py
Expand Up @@ -9,7 +9,7 @@
information.
"""

__version__ = '0.2.0.dev1'
__version__ = '0.2.0'
__author__ = 'John Thorvald Wodder II'
__author_email__ = 'qypi@varonathe.org'
__license__ = 'MIT'
Expand Down

0 comments on commit d946b38

Please sign in to comment.