File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments