Skip to content

Commit b02a2ad

Browse files
committed
Release 0.2.13
1 parent 23183c1 commit b02a2ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ project(pybind11_json)
1212
set(PYBIND11_JSON_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
1313
set(${PROJECT_NAME}_VERSION_MAJOR 0)
1414
set(${PROJECT_NAME}_VERSION_MINOR 2)
15-
set(${PROJECT_NAME}_VERSION_PATCH 12)
15+
set(${PROJECT_NAME}_VERSION_PATCH 13)
1616
set(${PROJECT_NAME}_VERSION ${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH})
1717

1818
################

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ make
123123
| `pybind11_json`| `nlohmann_json` | `pybind11` |
124124
|----------------|-----------------|-----------------|
125125
| master | >=3.2.0,<4.0 | >=2.2.4,<3.0 |
126+
| 0.2.13 | >=3.2.0,<4.0 | >=2.2.4,<3.0 |
126127
| 0.2.12 | >=3.2.0,<4.0 | >=2.2.4,<3.0 |
127128
| 0.2.11 | >=3.2.0,<4.0 | >=2.2.4,<3.0 |
128129
| 0.2.10 | >=3.2.0,<4.0 | >=2.2.4,<3.0 |

0 commit comments

Comments
 (0)