Skip to content

Commit

Permalink
Release v6.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philthompson10 committed Dec 12, 2024
1 parent ff2aa1a commit a619d79
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
copyright = '{0} Phil Thompson <[email protected]>'.format(
date.today().year)
author = 'Phil Thompson'
version = 'v6.9.0'
version = 'v6.9.1'


# -- General configuration ---------------------------------------------------
Expand Down
26 changes: 26 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Release Notes


## v6.9.1

### `sip-sdist` creates PEP 625 compatible file names

The sdists created by `sip-sdist` are now compatible with PEP 625 in that
they have lower case names. This ensures that they will still be able to
be uploaded to PyPI.

Resolves [#23](https://github.com/Python-SIP/sip/issues/23)

### Update the minimum version of `setuptools`

The minimum version of `setuptools` used by SIP and by the generated `sip`
module sdists has been set to v69.5. This is the oldest version that
supports PEP 625.

Resolves [#55](https://github.com/Python-SIP/sip/issues/55)

### `sip` module sdist `Requires-Python` is incorrect

The minimum Python version in the generated `sip` module metadata is now
set to v3.9.

Resolves [#56](https://github.com/Python-SIP/sip/issues/56)


## v6.9.0

### Removal of support for Python v3.8
Expand Down

0 comments on commit a619d79

Please sign in to comment.