Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit 1519148

Browse files
committed
bump v0.1.4
1 parent a1456d6 commit 1519148

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.1.4
2+
==================
3+
4+
* `React.as_json()` is now a public method
5+
16
0.1.3
27
==================
38

react/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
'utils',
1111
'excepts']
1212

13-
__version__ = '0.1.3'
13+
__version__ = '0.1.4'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='python-react-v8',
18-
version='0.1.3',
18+
version='0.1.4',
1919
description='Thin wrapper around v8-cffi to render React views server-side.',
2020
author='Esteban Castro Borsani',
2121
author_email='ecastroborsani@gmail.com',

0 commit comments

Comments
 (0)