Skip to content

Commit 529987d

Browse files
committed
Update README to reflect changes
1 parent 414d1d7 commit 529987d

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Python bindings for Derpibooru's API
44

55
License: **Simplified BSD License**
66

7-
Version: **0.8**
7+
Version: **0.9.0**
88

99
[![Downloads](https://pepy.tech/badge/derpybooru-nullforce)](https://pepy.tech/project/derpybooru-nullforce)
1010

@@ -31,11 +31,11 @@ To use, use `derpybooru_nullforce` where you see `derpybooru` used below.
3131

3232
### Python 2.7
3333

34-
$ pip install derpybooru
34+
$ pip install derpybooru-nullforce
3535

3636
### Python 3.x
3737

38-
$ pip3 install derpybooru
38+
$ pip3 install derpybooru-nullforce
3939

4040
## Checking documentation
4141

@@ -140,6 +140,11 @@ for post in Search().key(key).watched(user.ONLY):
140140
**0.9.0**
141141

142142
* Update sort to include: *first_seen_at, tag_count, and updated_at*
143+
* Deprecated Search() methods that appear to be no longer supported by derpibooru:
144+
* faves()
145+
* uploads()
146+
* upvotes()
147+
* watched()
143148

144149
**0.8.0**
145150

0 commit comments

Comments
 (0)