Skip to content

Commit

Permalink
Version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqueDaniel committed Jan 13, 2015
1 parent 8fb4aac commit c43f223
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pybooru/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

__author__ = "Daniel Luque <danielluque14@gmail.com>"
__version__ = "3.0"
__version__ = "3.0.1"
__url__ = "http://github.com/LuqueDaniel/pybooru"

# pybooru imports
Expand Down

0 comments on commit c43f223

Please sign in to comment.