Skip to content

Commit

Permalink
Apply towncrier release notes 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Mar 28, 2022
1 parent 7fdeb06 commit b509052
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Pip_Shims 0.7.0 (2022-03-28)
============================


Features
--------

- This change gets ``pip-shims`` working with ``pip==22.x``, ``main`` branch, and also fixes linting build. `#79 <https://github.com/sarugaku/pip-shims/issues/79>`_


Pip_Shims 0.6.0 (2021-11-03)
============================

Expand Down
2 changes: 1 addition & 1 deletion src/pip_shims/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

from . import shims

__version__ = "0.6.0"
__version__ = "0.7.0"


if "pip_shims" in sys.modules:
Expand Down

0 comments on commit b509052

Please sign in to comment.