Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpburnz committed Jan 25, 2023
1 parent 9ad260f commit a8ac206
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Change History
==============


0.11.0 (TBD)
------------
0.11.0 (2023-01-24)
-------------------

Major changes:

Expand Down
17 changes: 17 additions & 0 deletions README-dist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,23 @@ Change History
==============


0.11.0 (2023-01-24)
-------------------

Major changes:

- Changed build backend to `flit_core.buildapi`_ from `setuptools.build_meta`_. Building with `setuptools` through `setup.py` is still supported for distributions that need it. See `Issue #72`_.

Improvements:

- `Issue #72`_/`Pull #73`_: Please consider switching the build-system to flit_core to ease setuptools bootstrap.


.. _`flit_core.buildapi`: https://flit.pypa.io/en/latest/index.html
.. _`Issue #72`: https://github.com/cpburnz/python-pathspec/issues/72
.. _`Pull #73`: https://github.com/cpburnz/python-pathspec/pull/73


0.10.3 (2022-12-09)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions pathspec/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__author__ = "Caleb P. Burns"
__copyright__ = "Copyright © 2013-2022 Caleb P. Burns"
__copyright__ = "Copyright © 2013-2023 Caleb P. Burns"
__credits__ = [
"dahlia <https://github.com/dahlia>",
"highb <https://github.com/highb>",
Expand Down Expand Up @@ -51,4 +51,4 @@
"yschroeder <https://github.com/yschroeder>",
]
__license__ = "MPL 2.0"
__version__ = "0.11.0.dev1"
__version__ = "0.11.0"

0 comments on commit a8ac206

Please sign in to comment.