Skip to content

Commit

Permalink
1.9.255
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Travis CI committed Oct 25, 2017
1 parent 51e6269 commit 594d1d0
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 37 deletions.
15 changes: 0 additions & 15 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ Current featurelist:
Supported Cryptocurrency Exchange Markets
-----------------------------------------

Supported Exchanges
===================

Supported Exchanges
===================

Supported Exchanges
===================

Supported Exchanges
===================

Supported Exchanges
===================

The ccxt library currently supports the following 91 cryptocurrency exchange markets and trading APIs:

+----------------------+----------------------------------------------------------------+-------+--------------------------------------------------------------------------------------------------+--------------------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions build/ccxt.browser.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/ccxt.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class DDoSProtection extends NetworkError {}
class RequestTimeout extends NetworkError {}
class ExchangeNotAvailable extends NetworkError {}

$version = '1.9.254';
$version = '1.9.255';

$curl_errors = array (
0 => 'CURLE_OK',
Expand Down
2 changes: 1 addition & 1 deletion ccxt.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const CryptoJS = require ('crypto-js')
//-----------------------------------------------------------------------------
// this is updated by vss.js when building

const version = '1.9.254'
const version = '1.9.255'

//-----------------------------------------------------------------------------
// platform detection
Expand Down
2 changes: 1 addition & 1 deletion ccxt.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class DDoSProtection extends NetworkError {}
class RequestTimeout extends NetworkError {}
class ExchangeNotAvailable extends NetworkError {}

$version = '1.9.254';
$version = '1.9.255';

$curl_errors = array (
0 => 'CURLE_OK',
Expand Down
2 changes: 1 addition & 1 deletion ccxt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
SOFTWARE.
"""

__version__ = '1.9.254'
__version__ = '1.9.255'
15 changes: 0 additions & 15 deletions doc/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ Current featurelist:
Supported Cryptocurrency Exchange Markets
-----------------------------------------

Supported Exchanges
===================

Supported Exchanges
===================

Supported Exchanges
===================

Supported Exchanges
===================

Supported Exchanges
===================

The ccxt library currently supports the following 91 cryptocurrency exchange markets and trading APIs:

+------------------------+----------------------+----------------------------------------------------------------+-------+--------------------------------------------------------------------------------------------------+--------------------------------------------+
Expand Down
3 changes: 3 additions & 0 deletions doc/exchanges.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Supported Exchanges
Supported Exchanges
===================

Supported Exchanges
===================

The ccxt library currently supports the following 91 cryptocurrency exchange markets and trading APIs:

+------------------------+----------------------+----------------------------------------------------------------+-------+--------------------------------------------------------------------------------------------------+--------------------------------------------+
Expand Down
3 changes: 3 additions & 0 deletions doc/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ Supported Exchanges
Supported Exchanges
===================

Supported Exchanges
===================

The ccxt library currently supports the following 91 cryptocurrency exchange markets and trading APIs:

+------------------------+----------------------+----------------------------------------------------------------+-------+--------------------------------------------------------------------------------------------------+--------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccxt",
"version": "1.9.254",
"version": "1.9.255",
"description": "A JavaScript / Python / PHP cryptocurrency trading library with support for 90+ exchanges",
"main": "./ccxt.js",
"unpkg": "build/ccxt.browser.js",
Expand Down

0 comments on commit 594d1d0

Please sign in to comment.