Skip to content

Commit a2723a7

Browse files
committed
Release 0.3.1
1 parent 298c48b commit a2723a7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ https://xeus-sql.readthedocs.io/en/latest/
7676

7777
| `xeus-sql` | `xeus-zmq` | `tabulate` | `nlohmann_json` | `xproperty` | `xvega-bindings` | `soci-core` |
7878
|------------|-----------------|----------------|--------------------|-------------|------------------|-------------|
79-
| main | >=3.1.0, <4.0 | >=1.4\|>=3.0.0 | >= 0.0.10, <3.10.0 | >=0.11.0 | >=0.0.10 | >=4.0.1 |
79+
| main | >=3.1.1, <4.0 | >=1.4\|>=3.0.0 | 3.12.0 | >=0.12.1 | >=0.1.1 | >=4.0.1 |
80+
| 0.3.1 | >=3.1.1, <4.0 | >=1.4\|>=3.0.0 | 3.12.0 | >=0.12.1 | >=0.1.1 | >=4.0.1 |
8081
| 0.3.0 | >=3.1.0, <4.0 | >=1.4\|>=3.0.0 | >= 0.0.10, <3.10.0 | >=0.11.0 | >=0.0.10 | >=4.0.1 |
8182
| 0.2.1 | >=1.0.1, <2.0 | >=1.4\|>=3.0.0 | >= 0.0.10, <3.10.0 | >=0.11.0 | >=0.0.10 | >=4.0.1 |
8283
| 0.2.0 | >=1.0.1, <2.0 | >=1.4\|>=3.0.0 | >= 0.0.10, <3.10.0 | >=0.11.0 | >=0.0.10 | >=4.0.1 |

include/xeus-sql/xeus_sql_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Project version
1414
#define XSQL_VERSION_MAJOR 0
1515
#define XSQL_VERSION_MINOR 3
16-
#define XSQL_VERSION_PATCH 0
16+
#define XSQL_VERSION_PATCH 1
1717

1818
// Composing the version string from major, minor and patch
1919
#define XSQL_CONCATENATE(A, B) XSQL_CONCATENATE_IMPL(A, B)

0 commit comments

Comments
 (0)