Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Feb 22, 2020
1 parent 8242ba3 commit ec7fd6a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v0.2.5 (2020-02-22)
---------------------------

### Features & Improvements

- Allow specifying Python interpreter via `--python` option in `pdm init`. [#49](https://github.com/frostming/pdm/issues/49)
- Set `python_requires` when initializing and defaults to `>={current_version}`. [#50](https://github.com/frostming/pdm/issues/50)

### Bug Fixes

- Always consider wheels before tarballs; correctly merge markers from different parents. [#47](https://github.com/frostming/pdm/issues/47)
- Filter out incompatible wheels when installing. [#48](https://github.com/frostming/pdm/issues/48)


Release v0.2.4 (2020-02-21)
---------------------------

Expand Down
1 change: 0 additions & 1 deletion news/47.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/48.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/49.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/50.feature

This file was deleted.

2 changes: 1 addition & 1 deletion pdm/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.4"
__version__ = "0.2.5"

0 comments on commit ec7fd6a

Please sign in to comment.