Skip to content

Commit a8ac206

Browse files
committed
Release v0.11.0
1 parent 9ad260f commit a8ac206

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Change History
33
==============
44

55

6-
0.11.0 (TBD)
7-
------------
6+
0.11.0 (2023-01-24)
7+
-------------------
88

99
Major changes:
1010

README-dist.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,23 @@ Change History
170170
==============
171171

172172

173+
0.11.0 (2023-01-24)
174+
-------------------
175+
176+
Major changes:
177+
178+
- 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`_.
179+
180+
Improvements:
181+
182+
- `Issue #72`_/`Pull #73`_: Please consider switching the build-system to flit_core to ease setuptools bootstrap.
183+
184+
185+
.. _`flit_core.buildapi`: https://flit.pypa.io/en/latest/index.html
186+
.. _`Issue #72`: https://github.com/cpburnz/python-pathspec/issues/72
187+
.. _`Pull #73`: https://github.com/cpburnz/python-pathspec/pull/73
188+
189+
173190
0.10.3 (2022-12-09)
174191
-------------------
175192

pathspec/_meta.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55
__author__ = "Caleb P. Burns"
6-
__copyright__ = "Copyright © 2013-2022 Caleb P. Burns"
6+
__copyright__ = "Copyright © 2013-2023 Caleb P. Burns"
77
__credits__ = [
88
"dahlia <https://github.com/dahlia>",
99
"highb <https://github.com/highb>",
@@ -51,4 +51,4 @@
5151
"yschroeder <https://github.com/yschroeder>",
5252
]
5353
__license__ = "MPL 2.0"
54-
__version__ = "0.11.0.dev1"
54+
__version__ = "0.11.0"

0 commit comments

Comments
 (0)