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

Commit ef2ecff

Browse files
committed
Incremented version to 1.1.0
Support for python 2.6 and 3.1 was dropped in 1.0.11. So, 1.0.11 should be 1.1.0. But I forgot to do it.
1 parent ca056ee commit ef2ecff

3 files changed

Lines changed: 12 additions & 3 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.0
48+
49+
* Updated coffee-script.js to v1.9.1.
50+
4751
### 1.0.11
4852

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

README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,24 @@ coffee-script.js
3737

3838
The latest version of coffee-script.js (the script for browser <script
3939
type="text/coffeescript"> tags) can be download from
40-
http://jashkenas.github.com/coffee-script/
40+
http://coffeescript.org/extras/coffee-script.js
4141

4242
License
4343
-------
4444

4545
Released under the MIT license. See LICENSE for details.
4646

4747
You can download current version of coffee-script.js from
48-
http://jashkenas.github.com/coffee-script/extras/coffee-script.js
48+
http://coffeescript.org/extras/coffee-script.js
4949

5050
Changes
5151
-------
5252

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

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

0 commit comments

Comments
 (0)