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

Commit 2062446

Browse files
committed
update requirements & bump v0.1.3
1 parent 9f96961 commit 2062446

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.1.3
2+
==================
3+
4+
* Update v8-cffi dependency to 0.2.0
5+
6+
0.1.2
7+
==================
8+
9+
* Fix `setup.py`, issue #3
10+
111
0.1.1
212
==================
313

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.2'
13+
__version__ = '0.1.3'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v8-cffi==0.0.1
1+
v8-cffi==0.2.0

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.2',
18+
version='0.1.3',
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)