Skip to content

Commit bf2893e

Browse files
authored
Merge pull request #49 from LuqueDaniel/version-4.2.0
release: Pybooru 4.2.0 Many years later... 3 years and 4 month to be accurate, Pybooru get a new release. Thanks to all contributors. The next release, 5.0.0 It won't take so long to arrive. Note: Pybooru 4.2.0 Is the last version that support Python 2.7 - Add support for Lolibooru #44 by @Nachtalb - Add support for safebooru.donmai.us to default sites #37 by @mirukana - Add count_posts() function to Danbooru API #35 by @mirukana - Replaced all http URLs for https #36 by @mirukana - Fixes the file url in the download example #39 by @Luk3M - Fixes Moebooru._build_hash_string - Small refactors - Small fixes
2 parents a243ee1 + ba77950 commit bf2893e

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
**Pybooru** is a Python package to access to the API of Danbooru/Moebooru based sites.
88

9-
- Version: **4.1.0**
9+
- Version: **4.2.0**
1010
- Licensed under: **MIT License**
1111

1212
## Dependencies
@@ -87,7 +87,7 @@ You can consult the documentation on **[Read the Docs](https://pybooru.readthedo
8787
## Status
8888
| Platform | Master | Develop |
8989
| :------------- | :------------- | :------- |
90-
| [Linux & OSX (Travis CI)](https://travis-ci.org/LuqueDaniel/pybooru) | [![Travis CI](https://travis-ci.org/LuqueDaniel/pybooru.svg?branch=master)](https://travis-ci.org/LuqueDaniel/pybooru) | [![Travis CI](https://travis-ci.org/LuqueDaniel/pybooru.svg?branch=develop)](https://travis-ci.org/LuqueDaniel/pybooru) |
90+
| [Linux & OSX (Travis CI)](https://travis-ci.com/LuqueDaniel/pybooru) | [![Travis CI](https://travis-ci.com/LuqueDaniel/pybooru.svg?branch=master)](https://travis-ci.com/LuqueDaniel/pybooru) | [![Travis CI](https://travis-ci.com/LuqueDaniel/pybooru.svg?branch=develop)](https://travis-ci.com/LuqueDaniel/pybooru) |
9191
| [Windows (AppVeyor)](https://ci.appveyor.com/project/LuqueDaniel/pybooru) | [![AppVeyor](https://img.shields.io/appveyor/ci/luquedaniel/pybooru.svg)](https://ci.appveyor.com/project/LuqueDaniel/pybooru) | [![AppVeyor](https://img.shields.io/appveyor/ci/luquedaniel/pybooru/develop.svg)](https://ci.appveyor.com/project/LuqueDaniel/pybooru) |
9292

9393
## Contributing

changelog.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# Pybooru - Changelog
22

3-
## Pybooru 4.2.0 - (unreleased)
3+
## Pybooru 4.2.0 - (2020-06-06)
44

5-
- Add support for Lolibooru
5+
**Note**: Pybooru 4.2.0 Is the last version that support Python 2.7
6+
7+
- Add support for Lolibooru [#44](https://github.com/LuqueDaniel/pybooru/pull/44) by [@Nachtalb](https://github.com/Nachtalb)
8+
- Add support for safebooru.donmai.us to default sites [#37](https://github.com/LuqueDaniel/pybooru/pull/37) by [@mirukana](https://github.com/mirukana)
9+
- Add `count_posts()` function to Danbooru API [#35](https://github.com/LuqueDaniel/pybooru/pull/35) by [@mirukana](https://github.com/mirukana)
10+
- Replaced all `http` URLs for `https` [#36](https://github.com/LuqueDaniel/pybooru/pull/36) by [@mirukana](https://github.com/mirukana)
11+
- Fixes the file url in the download example [#39](https://github.com/LuqueDaniel/pybooru/pull/39) by [@Luk3M](https://github.com/Luk3M)
12+
- Fixes `Moebooru._build_hash_string`
13+
- Small refactors
14+
- Small fixes
615

716
## Pybooru 4.1.0 - (2017-02-08)
17+
818
- Pybooru: refactored `_get_status()`
919
- Python 3.6 support
1020
- Fixed `PybooruHTTPError`
@@ -31,9 +41,11 @@
3141
- Documentation improvement
3242

3343
## Pybooru 4.0.1 - (2016/12/09)
44+
3445
- Fix problems with Pypi
3546

3647
## Pybooru 4.0.0 - (2016/12/09)
48+
3749
- Added support to Danbooru
3850
- Now Danbooru and Moebooru are two separed classes
3951
- Pybooru has been refactored
@@ -49,9 +61,11 @@
4961
- In this version there's a nice amount of improvements
5062

5163
## Pybooru 3.0.1 - (2015/01/13)
64+
5265
- Minors changes
5366

5467
## Pybooru 3.0 - (2014/12/06)
68+
5569
- In this version there's a nice amount of code improvements
5670
- Added compatibility with Python 3
5771
- Pybooru now use requests
@@ -60,9 +74,11 @@
6074
- Added Travis CI to the project
6175

6276
## Pybooru 2.1.1 - (2013/12/26)
77+
6378
- Improve documentation style
6479

6580
## Pybooru 2.1 - (2013/10/14)
81+
6682
- Added login suppport for any Moebooru based site
6783
- Fixed a bug: #c4b3435
6884
- Added new information to setup.py

docs/source/index.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ Welcome to Pybooru's documentation!
88

99
**Pybooru** is a Python package to access to the API of Danbooru/Moebooru based sites.
1010

11-
- Version: **4.1.0**
11+
- Version: **4.2.0**
1212
- Licensed under: `MIT License <https://github.com/LuqueDaniel/pybooru/blob/master/LICENSE>`_
1313
- Python: >= 2.7 or Python: >= 3.3
1414

15+
.. Note::
16+
Pybooru 4.2.0 Is the last version that support Python 2.7
17+
1518
Dependencies
1619
------------
1720

pybooru/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
resources -- Contains all resources for Pybooru.
1818
"""
1919

20-
__version__ = "4.2.0b1"
20+
__version__ = "4.2.0"
2121
__license__ = "MIT"
2222
__source_url__ = "https://github.com/LuqueDaniel/pybooru"
2323
__author__ = "Daniel Luque <danielluque14[at]gmail[dot]com>"

0 commit comments

Comments
 (0)