Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit ececd33

Browse files
committed
Version 2.0.1
1 parent 07fcb40 commit ececd33

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ Released under the MIT license. See LICENSE for details.
4141
Changes
4242
-------
4343

44+
### 2.0.1
45+
46+
* Corrected a bug due to wrong file-path.
47+
* Made zip-safe.
48+
* Updated coffeescript.js to v2.0.1.
49+
4450
### 2.0.0
4551

4652
* Updated coffeescript.js to v2.0.0.

coffeescript/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# On the other hand, it is impossible that `from coffeescript import __version__`
3737
# in spite of a dependency on execjs.
3838
# i.e. the import in setup.py fails if execjs has not been installed yet.
39-
__version__ = str("2.0.0")
39+
__version__ = str("2.0.1")
4040

4141

4242
__all__ = str('''

coffeescript/coffeescript.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='CoffeeScript',
12-
version='2.0.0',
12+
version='2.0.1',
1313
author='OMOTO Kenji',
1414
description='A bridge to the JS CoffeeScript compiler',
1515

0 commit comments

Comments
 (0)