Skip to content

Commit

Permalink
Make release with setuptools change
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Feb 19, 2025
1 parent ac2cb33 commit c722346
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.6.6.dev
current_version = 0.9.6.6
parse = (?P<cbflib_version>\d+\.\d+\.\d+)\.(?P<minor>\d+)\.?(?P<release>[a-z]+)?
serialize =
{cbflib_version}.{minor}.{release}
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Pycbf 0.9.6.6 (2025-02-19)
==========================

Features
--------

- Switched to setuptools extension building. The old poetry way had stopped working, and was never really supported. (#23)


Misc
----

- #26


Pycbf 0.9.6.5 (2022-03-23)
==========================

Expand Down
1 change: 0 additions & 1 deletion newsfragments/23.misc

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/26.misc

This file was deleted.

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 = "pycbf"
version = "0.9.6.6.dev"
version = "0.9.6.6"
description = "An API for CBF/imgCIF Crystallographic Binary Files"
authors = [
{ name = "Herbert J. Bernstein", email = "[email protected]" },
Expand Down

0 comments on commit c722346

Please sign in to comment.