File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License
2
2
3
- Copyright (c) 2014 - Daniel Luque
3
+ Copyright (c) 2012 - 2015 - Daniel Luque
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining
6
6
a copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change 3
3
4
4
** Pybooru** is a Python library to access API of Danbooru/Moebooru based sites.
5
5
6
- - Version: ** 3.0**
6
+ - Version: ** 3.0.1 **
7
7
- Licensed under: ** MIT License**
8
8
9
9
## Dependencies.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Pybooru - Library for Danbooru/Moebooru API.
3
3
.. image :: https://travis-ci.org/LuqueDaniel/pybooru.svg?branch=master
4
4
:target: https://travis-ci.org/LuqueDaniel/pybooru
5
5
6
- Pybooru is a library for Python for access to API Danbooru/Moebooru based sites.
6
+ Pybooru is a Python library to access API of Danbooru/Moebooru based sites.
7
7
8
8
Licensed under: **MIT License **.
9
9
Original file line number Diff line number Diff line change 1
1
# Pybooru - Changelog
2
2
3
+ ## Pybooru 3.0.1 - (01/13/2015)
4
+ - Minors changes
5
+
3
6
## Pybooru 3.0 - (12/06/2014)
4
7
- In this version there's a nice amount of code improvements.
5
8
- Added compatibility with Python 3.
Original file line number Diff line number Diff line change 10
10
"""
11
11
12
12
__author__ = "Daniel Luque <danielluque14@gmail.com>"
13
- __version__ = "3.0"
13
+ __version__ = "3.0.1 "
14
14
__url__ = "http://github.com/LuqueDaniel/pybooru"
15
15
16
16
# pybooru imports
You can’t perform that action at this time.
0 commit comments