Skip to content

Commit c43f223

Browse files
committed
Version 3.0.1
1 parent 8fb4aac commit c43f223

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2014 - Daniel Luque
3+
Copyright (c) 2012 - 2015 - Daniel Luque
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
**Pybooru** is a Python library to access API of Danbooru/Moebooru based sites.
55

6-
- Version: **3.0**
6+
- Version: **3.0.1**
77
- Licensed under: **MIT License**
88

99
## Dependencies.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pybooru - Library for Danbooru/Moebooru API.
33
.. image:: https://travis-ci.org/LuqueDaniel/pybooru.svg?branch=master
44
:target: https://travis-ci.org/LuqueDaniel/pybooru
55

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.
77

88
Licensed under: **MIT License**.
99

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Pybooru - Changelog
22

3+
## Pybooru 3.0.1 - (01/13/2015)
4+
- Minors changes
5+
36
## Pybooru 3.0 - (12/06/2014)
47
- In this version there's a nice amount of code improvements.
58
- Added compatibility with Python 3.

pybooru/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111

1212
__author__ = "Daniel Luque <danielluque14@gmail.com>"
13-
__version__ = "3.0"
13+
__version__ = "3.0.1"
1414
__url__ = "http://github.com/LuqueDaniel/pybooru"
1515

1616
# pybooru imports

0 commit comments

Comments
 (0)