Skip to content

Commit f115228

Browse files
committed
Release 0.27.1
1 parent 7cdc7d5 commit f115228

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ library:
9797
| `xtensor` | `xtl` |`xsimd` (optional) |
9898
|-----------|---------|-------------------|
9999
| master | ^0.8.0 | ^13.2.0 |
100+
| 0.27.1 | ^0.8.0 | ^13.2.0 |
100101
| 0.27.0 | ^0.8.0 | ^13.2.0 |
101102
| 0.26.0 | ^0.8.0 | ^13.2.0 |
102103
| 0.25.0 | ^0.7.5 | ^11.0.0 |

docs/source/changelog.rst

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

10+
0.27.1
11+
------
12+
13+
- Add tagfiles to support fetching documentation with xeus-cpp-lite
14+
`# 2862 https://github.com/xtensor-stack/xtensor/pull/2862`
15+
1016
0.27.0
1117
------
1218

include/xtensor/core/xtensor_config.hpp

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

1313
#define XTENSOR_VERSION_MAJOR 0
1414
#define XTENSOR_VERSION_MINOR 27
15-
#define XTENSOR_VERSION_PATCH 0
15+
#define XTENSOR_VERSION_PATCH 1
1616

1717

1818
// Define if the library is going to be using exceptions.

0 commit comments

Comments
 (0)