Skip to content

Commit

Permalink
Prepare release 3.0.1. (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes authored Nov 22, 2024
1 parent 73f3537 commit bb10518
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [ develop ]

env:
VCPKG_HASH: 'f7befcb5fcceb5a22db4fff512d7faf42e9b4003'
VCPKG_HASH: '8bec3bc4105dc7839930a919baeb922ba76d695c'

jobs:
build-sdist:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest']
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- name: Download sdist
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'windows-latest']
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- name: Download vcpkg
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Version 3.0.1 (in development)
------------------------------
Version 3.0.1 (22 November 2024)
--------------------------------

* Add Python 3.13 support.

* Bump vcpkg hash for Windows wheel.

Version 3.0.0 (4 October 2024)
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pycddlib"
version = "3.0.1a0"
version = "3.0.1"
requires-python = ">=3.9"
authors = [
{name = "Matthias C. M. Troffaes", email = "[email protected]"},
Expand Down

0 comments on commit bb10518

Please sign in to comment.