diff --git a/LICENSE b/LICENSE index afef253..66f504b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2014 - Daniel Luque +Copyright (c) 2012 - 2015 - Daniel Luque Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 6773a20..210b291 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Pybooru** is a Python library to access API of Danbooru/Moebooru based sites. -- Version: **3.0** +- Version: **3.0.1** - Licensed under: **MIT License** ## Dependencies. diff --git a/README.rst b/README.rst index fd77444..6400917 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Pybooru - Library for Danbooru/Moebooru API. .. image:: https://travis-ci.org/LuqueDaniel/pybooru.svg?branch=master :target: https://travis-ci.org/LuqueDaniel/pybooru -Pybooru is a library for Python for access to API Danbooru/Moebooru based sites. +Pybooru is a Python library to access API of Danbooru/Moebooru based sites. Licensed under: **MIT License**. diff --git a/changelog.md b/changelog.md index c28d52c..4b9611b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Pybooru - Changelog +## Pybooru 3.0.1 - (01/13/2015) +- Minors changes + ## Pybooru 3.0 - (12/06/2014) - In this version there's a nice amount of code improvements. - Added compatibility with Python 3. diff --git a/pybooru/__init__.py b/pybooru/__init__.py index f6e8d44..ffc65df 100644 --- a/pybooru/__init__.py +++ b/pybooru/__init__.py @@ -10,7 +10,7 @@ """ __author__ = "Daniel Luque " -__version__ = "3.0" +__version__ = "3.0.1" __url__ = "http://github.com/LuqueDaniel/pybooru" # pybooru imports