Skip to content

Commit ed21ba7

Browse files
committed
henshin a-go-go ba- no not really it's just a minor patch version bump...
1 parent b40f895 commit ed21ba7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = '2.15'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '2.15.1'
64+
release = '2.15.2'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

test_functions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,6 @@ TEST_CASE("functions/same-type-closures", "make sure destructions are per-object
971971
int operator() () {
972972
++n; return n;
973973
}
974-
975974
};
976975

977976
int n = 250;

0 commit comments

Comments
 (0)