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

Commit 2a2ef18

Browse files
committed
Merge branches 'issue-8-download_link' and 'update-coffee-script.js'
3 parents 21ae185 + c969cf3 + 7dbd1d3 commit 2a2ef18

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
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('''

coffeescript/coffee-script.js

Lines changed: 6 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: 2 additions & 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

@@ -21,6 +21,7 @@
2121

2222
long_description=long_description,
2323
url='https://github.com/doloopwhile/Python-CoffeeScript',
24+
download_url='https://pypi.python.org/pypi/CoffeeScript',
2425
author_email='doloopwhile@gmail.com',
2526
license='MIT License',
2627
classifiers=[

0 commit comments

Comments
 (0)