Skip to content

Commit c74797b

Browse files
committed
Release 1.3.2
Signed-off-by: martinRenou <[email protected]>
1 parent 34d9169 commit c74797b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ipydatagrid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Bloomberg.
22
# Distributed under the terms of the Modified BSD License.
33

4-
__version__ = "1.3.1"
4+
__version__ = "1.3.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipydatagrid",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Fast Datagrid widget for the Jupyter Notebook and JupyterLab",
55
"keywords": [
66
"jupyter",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77

88
[project]
99
name = "ipydatagrid"
10-
version = "1.3.1"
10+
version = "1.3.2"
1111
description = "Fast Datagrid widget for the Jupyter Notebook and JupyterLab"
1212
readme = "README.md"
1313
keywords = [
@@ -119,7 +119,7 @@ field = [
119119
]
120120

121121
[tool.tbump.version]
122-
current = "1.3.1"
122+
current = "1.3.2"
123123
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
124124

125125
[tool.tbump.git]

0 commit comments

Comments
 (0)