Skip to content

Commit dc70d77

Browse files
authored
Merge pull request #3 from aboutcode-org/release-prep
Update CHANGELOG.rst and pyproject.toml
2 parents 9ef3396 + 63dda68 commit dc70d77

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.rst

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

4+
v0.0.2
5+
------
6+
7+
*2025-08-05* -- Specify compile arguments in setup.py. Build for MacOS and Windows.
48

59
v0.0.1
610
------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[tool.setuptools_scm]
66
# this is used populated when creating a git archive
77
# and when there is .git dir and/or there is no git installed
8-
fallback_version = "0.0.1"
8+
fallback_version = "0.0.2"
99

1010
[tool.pytest.ini_options]
1111
norecursedirs = [

0 commit comments

Comments
 (0)