8000 Release 0.7.2 · xtensor-stack/xtl@e0f0066 · GitHub
[go: up one dir, main page]

Skip to content

Commit e0f0066

Browse files
committed
Release 0.7.2
1 parent 93f0a51 commit e0f0066

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/source/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
Changelog
88
=========
99

10+
0.7.2
11+
-----
12+
13+
- Removed C++14 code from xbase_fixed_string
14+
1015
0.7.1
1116
-----
1217

include/xtl/xtl_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define XTL_VERSION_MAJOR 0
1414
#define XTL_VERSION_MINOR 7
15-
#define XTL_VERSION_PATCH 1
15+
#define XTL_VERSION_PATCH 2
1616

1717
#ifndef __has_feature
1818
#define __has_feature(x) 0

0 commit comments

Comments
 (0)
0