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

Commit c969cf3

Browse files
committed
issue#8 Incremented version number
1 parent 883a772 commit c969cf3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ http://jashkenas.github.com/coffee-script/extras/coffee-script.js
4545

4646
Changes
4747
-------
48+
1.0.8
49+
Updated coffee-script.js to v1.6.3.
50+
Added download_link to setyp.py.
4851
1.0.7
4952
Updated coffee-script.js to v1.6.1.
5053
1.0.6

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

3939

4040
__all__ = str('''

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.7',
12+
version='1.0.8',
1313
author='OMOTO Kenji',
1414
description='A bridge to the JS CoffeeScript compiler',
1515

0 commit comments

Comments
 (0)