Skip to content

Commit

Permalink
Preparing to create tag 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loglund committed Jan 10, 2024
1 parent 3a6ff2e commit 4c174d9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ every change, see the Git log.

Latest
------
* tbd

6.0.1
-----
* Patch: Fix a bug where one could assign Nan, Inf or -Inf to a float64 metric.

6.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/abacus/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inline namespace STEINWURF_ABACUS_VERSION
{
std::string version()
{
return "6.0.0";
return "6.0.1";
}
}
}
2 changes: 1 addition & 1 deletion src/abacus/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace abacus
{
/// Here we define the STEINWURF_ABACUS_VERSION this should be updated on each
/// release
#define STEINWURF_ABACUS_VERSION v6_0_0
#define STEINWURF_ABACUS_VERSION v6_0_1

inline namespace STEINWURF_ABACUS_VERSION
{
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ from waflib.Build import BuildContext


APPNAME = "abacus"
VERSION = "6.0.0"
VERSION = "6.0.1"


def configure(conf):
Expand Down

0 comments on commit 4c174d9

Please sign in to comment.