Skip to content

Commit 2d131fa

Browse files
committed
Merge branch 'coffee-script-1.8.0'
2 parents 693cbc0 + dfbffb7 commit 2d131fa

5 files changed

Lines changed: 11 additions & 8 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.pyc
33
__pycache__
44
*.egg-info/
5+
EGG-INFO/
56
dist/
67
build/
78
src/

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ http://jashkenas.github.com/coffee-script/extras/coffee-script.js
4444

4545
Changes
4646
-------
47+
1.0.10
48+
Updated coffee-script.js to v1.8.0.
4749
1.0.9
4850
Updated coffee-script.js to v1.7.1.
4951
1.0.8

coffeescript/__init__.py

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

3939

4040
__all__ = str('''

coffeescript/coffee-script.js

Lines changed: 6 additions & 6 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='1.0.9',
12+
version='1.0.10',
1313
author='OMOTO Kenji',
1414
description='A bridge to the JS CoffeeScript compiler',
1515

0 commit comments

Comments
 (0)