Skip to content

Commit a0d3fd1

Browse files
committed
Merge branch 'coffee-script-1.9.3'
2 parents c658d31 + 216a95e commit a0d3fd1

5 files changed

Lines changed: 16 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ You can download current version of coffee-script.js from
4444
Changes
4545
-------
4646

47+
### 1.1.1
48+
49+
* Updated coffee-script.js to v1.9.3.
50+
4751
### 1.1.0
4852

4953
* Updated coffee-script.js to v1.9.1.

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ http://coffeescript.org/extras/coffee-script.js
5050
Changes
5151
-------
5252

53+
1.1.1
54+
~~~~~
55+
56+
- Updated coffee-script.js to v1.9.3.
57+
5358
1.1.0
5459
~~~~~
5560

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.1.0")
37+
__version__ = str("1.1.1")
3838

3939

4040
__all__ = str('''

coffeescript/coffee-script.js

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

0 commit comments

Comments
 (0)