Skip to content

Commit f6ecc76

Browse files
committed
Merge branch 'release/1.7.0.post0'
2 parents 46e4ec8 + e77135a commit f6ecc76

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
persist-credentials: false
5858

5959
- name: Build wheels
60-
uses: pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
60+
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
6161

6262
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
6363
with:

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Logbook Changelog
22
=================
33

4+
Version 1.7.0.post0
5+
-------------------
6+
7+
Released on November 11th, 2023
8+
9+
- Ensure setuptools can read version number statically during build
10+
411
Version 1.7.0
512
-------------
613

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ nteventlog = ["pywin32; platform_system == 'Windows'"]
4343
docs = ["Sphinx>=5"]
4444

4545
[tool.setuptools.dynamic]
46-
version = { attr = "logbook.__version__" }
46+
version = { attr = "logbook.__version__.__version__" }
4747

4848
[tool.setuptools]
4949
package-dir = { "" = "src" }

src/logbook/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.7.0"
1+
__version__ = "1.7.0.post0"

0 commit comments

Comments
 (0)