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

Commit

Permalink
Updated coffee-script.js to v1.10.0 and Incremented version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
doloopwhile committed Oct 8, 2015
1 parent a0d3fd1 commit f8f465c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -44,6 +44,10 @@ You can download current version of coffee-script.js from
Changes
-------

### 1.1.2

* Updated coffee-script.js to v1.10.0.

### 1.1.1

* Updated coffee-script.js to v1.9.3.
Expand Down
5 changes: 5 additions & 0 deletions README.rst
Expand Up @@ -50,6 +50,11 @@ http://coffeescript.org/extras/coffee-script.js
Changes
-------

1.1.2
~~~~~

- Updated coffee-script.js to v1.10.0.

1.1.1
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion coffeescript/__init__.py
Expand Up @@ -34,7 +34,7 @@
# On the other hand, it is impossible that `from coffeescript import __version__`
# in spite of a dependency on execjs.
# i.e. the import in setup.py fails if execjs has not been installed yet.
__version__ = str("1.1.1")
__version__ = str("1.1.2")


__all__ = str('''
Expand Down
12 changes: 6 additions & 6 deletions coffeescript/coffee-script.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@

setup(
name='CoffeeScript',
version='1.1.1',
version='1.1.2',
author='OMOTO Kenji',
description='A bridge to the JS CoffeeScript compiler',

Expand Down

0 comments on commit f8f465c

Please sign in to comment.