Skip to content

Commit de0ef07

Browse files
committed
Bump version to 2.3.1
1 parent bc852f9 commit de0ef07

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
No significant changes since the last release
66

77

8+
## 2.3.1
9+
10+
| Released on | Released by |
11+
|-------------|---------------|
12+
| 2025-02-27 | @millerdev |
13+
14+
- Restore `jsonobject.JsonObjectMeta`
15+
816
## 2.3.0
917

1018
| Released on | Released by |

jsonobject/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .properties import *
44
from .api import JsonObject
55

6-
__version__ = '2.3.0'
6+
__version__ = '2.3.1'
77
__all__ = [
88
'IntegerProperty', 'FloatProperty', 'DecimalProperty',
99
'StringProperty', 'BooleanProperty',

0 commit comments

Comments
 (0)