Skip to content

Commit c5dc894

Browse files
committed
Bump version to 0.2.1.
1 parent f84eb1c commit c5dc894

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.2.0
16+
PyReact==0.2.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
@@ -6,3 +6,4 @@ This file lists the version(s) of React that are bundled with each version of Py
66
|---------|-------|
77
| 0.1.0 | 0.4.1 |
88
| 0.2.0 | 0.8.0 |
9+
| 0.2.1 | 0.8.0 |

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.2.0'
16+
VERSION = '0.2.1'
1717
REACT_VERSION = '0.8.0'

0 commit comments

Comments
 (0)