Skip to content

Commit

Permalink
cut release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Feb 11, 2025
1 parent 2bda6e6 commit 92caedc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# --------------------------------------------------------------------------------------
# Copyright (c) 2014-2024, Nucleic Development Team.
# Copyright (c) 2014-2025, Nucleic Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
Expand All @@ -25,6 +25,9 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
]
dynamic=["version"]
Expand All @@ -50,7 +53,7 @@ package-data = {cppy = ["include/cppy/*.h"]}
write_to = "cppy/version.py"
write_to_template = """
# -----------------------------------------------------------------------------
# Copyright (c) 2014-2022, Nucleic Development Team.
# Copyright (c) 2014-2025, Nucleic Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
Expand Down
2 changes: 1 addition & 1 deletion releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Cppy Release Notes
==================

1.3.1 - unreleased
1.3.1 - 11/02/2025
-------------------
- on Windows link to debug runtime lib when building with a debug Python PR #29

Expand Down

0 comments on commit 92caedc

Please sign in to comment.