Updated version, added tasks TODO

api-breakage
Morty Space 5 years ago
parent 0fb0e72e5b
commit a1327219ba
  1. 6
      README.md
  2. 2
      src/cryptocom/exchange/__init__.py

@ -28,6 +28,7 @@ Exchange original API docs: [https://exchange-docs.crypto.com](https://exchange-
### Changelog
- **0.7.4** - fixed sync pairs for account
- **0.7.3** - fixed price of order if not filled, updated coins, added missing trades to `Order`
- **0.7.2** - fixed `listen_orders` private account method, added test
- **0.7.1** - fixed missing '.0' in order price and quantity (different in py3.7, py3.9)
@ -52,6 +53,11 @@ keys for tests passing
- **0.2.1** - fixed order_id in `get_order` func, still preparing for stable release
- **0.2** - moved to new API v2, except for websockets
### TODO
- Sync pairs automatically
- Move project to poetry
- Add CD to PYPI for auto releases
### Donation
If this lib helped you achieve profits will be glad to receive some donation to continue support 💪

@ -14,4 +14,4 @@ __all__ = [
'ApiError', 'ApiProvider'
]
__version__ = '0.7.3'
__version__ = '0.7.4'

Loading…
Cancel
Save