Skip to content

Commit 089e193

Browse files
Remove all references to beta versions in README.md.
1 parent 65318be commit 089e193

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
# bitfinex-api-py (v3-beta)
1+
# bitfinex-api-py
22

33
Official implementation of the [Bitfinex APIs (V2)](https://docs.bitfinex.com/docs) for `Python 3.8+`.
44

5-
> **DISCLAIMER:** \
6-
Production use of v3.0.0b1 (and all future beta versions) is HIGHLY discouraged. \
7-
Beta versions should not be used in applications which require user authentication. \
8-
Provide your API-KEY/API-SECRET, and manage your account and funds at your own risk.
9-
105
### Features
116

127
* Support for 75+ REST endpoints (a list of available endpoints can be found [here](https://docs.bitfinex.com/reference))
@@ -20,13 +15,6 @@ Provide your API-KEY/API-SECRET, and manage your account and funds at your own r
2015
python3 -m pip install --pre bitfinex-api-py
2116
```
2217

23-
### Selecting and installing a specific beta version
24-
25-
It's also possible to select and install a specific beta version:
26-
```console
27-
python3 -m pip install bitfinex-api-py==3.0.0b1
28-
```
29-
3018
---
3119

3220
# Quickstart
@@ -305,7 +293,7 @@ All contributions are welcome! :D
305293

306294
A guide on how to install and set up `bitfinex-api-py`'s source code can be found [here](#installation-and-setup). \
307295
Before opening any pull requests, please have a look at [Before Opening a PR](#before-opening-a-pr). \
308-
Contributors must uphold the [Contributor Covenant code of conduct](https://github.com/bitfinexcom/bitfinex-api-py/blob/v3-beta/CODE_OF_CONDUCT.md).
296+
Contributors must uphold the [Contributor Covenant code of conduct](https://github.com/bitfinexcom/bitfinex-api-py/blob/master/CODE_OF_CONDUCT.md).
309297

310298
### Index
311299

@@ -323,10 +311,8 @@ A brief guide on how to install and set up the project in your Python 3.8+ envir
323311

324312
### Cloning the repository
325313

326-
The following command will only clone the `v3-beta` branch (excluding all others):
327-
328314
```console
329-
git clone --branch v3-beta --single-branch https://github.com/bitfinexcom/bitfinex-api-py.git
315+
git clone https://github.com/bitfinexcom/bitfinex-api-py.git
330316
```
331317

332318
### Installing the dependencies

0 commit comments

Comments
 (0)