Skip to content

Commit 9cf9870

Browse files
committed
Bump version to 0.6.0.
1 parent 33d83d6 commit 9cf9870

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
@@ -15,7 +15,7 @@ Specifically, it provides an API to transform JSX files into JavaScript from wit
1515

1616
Alternatively, add it into your `requirements` file:
1717

18-
PyReact==0.5.2
18+
PyReact==0.6.0
1919

2020

2121
**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
@@ -14,3 +14,4 @@ This file lists the version(s) of React that are bundled with each version of Py
1414
| 0.5.0 | 0.12.0|
1515
| 0.5.1 | 0.12.1|
1616
| 0.5.2 | 0.12.1|
17+
| 0.6.0 | 0.13.3|

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.2'
17-
REACT_VERSION = '0.12.1'
16+
VERSION = '0.6.0'
17+
REACT_VERSION = '0.13.3'

0 commit comments

Comments
 (0)