Skip to content

Commit 60916c0

Browse files
committed
Bump version to 0.5.1.
1 parent d8d051f commit 60916c0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.0
16+
PyReact==0.5.1
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
@@ -12,3 +12,4 @@ This file lists the version(s) of React that are bundled with each version of Py
1212
| 0.4.0 | 0.11.0|
1313
| 0.4.1 | 0.11.2|
1414
| 0.5.0 | 0.12.0|
15+
| 0.5.1 | 0.12.1|

react/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414

1515

16-
VERSION = '0.5.0'
17-
REACT_VERSION = '0.12.0'
16+
VERSION = '0.5.1'
17+
REACT_VERSION = '0.12.1'

0 commit comments

Comments
 (0)