Skip to content

Commit

Permalink
Update Version 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Sep 2, 2024
1 parent 30295aa commit 8ab1391
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,7 @@ Making a New Release
--------------------

1. Update the version in the header file. `include/vigra/config_version.hxx`
2. Create a tag on the main branch.
2. Create a short release in `docsrc/credits_changelog.dxx`.
3. Create a merge request.
4. Give "reasonable time" for others to chime in.
5. Create a tag on the main branch. The tag should follow `Version-MAJOR-MINOR-PATCH` format.
8 changes: 8 additions & 0 deletions docsrc/credits_changelog.dxx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@
Many thanks to all!
<p>

<b> Changes from Version 1.12.0 to 1.12.1 (2024/09/02)</b>

<ul>

<li> Addressed incompatibilities with Numpy 2 in the implementation of ptp. https://github.com/ukoethe/vigra/pull/581

</ul>

<b> Changes from Version 1.11.2 to 1.12.0 (2024/08)</b>

<ul>
Expand Down
4 changes: 2 additions & 2 deletions include/vigra/config_version.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

#define VIGRA_VERSION_MAJOR 1
#define VIGRA_VERSION_MINOR 12
#define VIGRA_VERSION_PATCH 0
#define VIGRA_VERSION "1.12.0"
#define VIGRA_VERSION_PATCH 1
#define VIGRA_VERSION "1.12.1"

#endif /* VIGRA_CONFIG_VERSION_HXX */

0 comments on commit 8ab1391

Please sign in to comment.