Skip to content

Commit c0eec0f

Browse files
committed
Bump version to 0.5.2.
1 parent 9fe6ec7 commit c0eec0f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Specifically, it provides an API to transform JSX files into JavaScript from wit
1313

1414
Alternatively, add it into your `requirements` file:
1515

16-
PyReact==0.5.1
16+
PyReact==0.5.2
1717

1818

1919
**Dependencies**: PyReact uses [PyExecJS](https://github.com/doloopwhile/PyExecJS) to execute the bundled React code, which requires that a JS runtime environment is installed on your machine. We don't explicitly set a dependency on a runtime environment; Mac OS X comes bundled with one. If you're on a different platform, we recommend [PyV8](https://code.google.com/p/pyv8/).

VERSIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ This file lists the version(s) of React that are bundled with each version of Py
1313
| 0.4.1 | 0.11.2|
1414
| 0.5.0 | 0.12.0|
1515
| 0.5.1 | 0.12.1|
16+
| 0.5.2 | 0.12.1|

react/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414

1515

16-
VERSION = '0.5.1'
16+
VERSION = '0.5.2'
1717
REACT_VERSION = '0.12.1'

0 commit comments

Comments
 (0)