-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jiri Kuncar <[email protected]>
- Loading branch information
1 parent
2abcf1a
commit 5dff917
Showing
4 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
============================= | ||
Invenio-OAuth2Server v0.1.0 | ||
============================= | ||
|
||
Invenio-OAuth2Server v0.1.0 was released on August 4, 2015. | ||
|
||
About | ||
----- | ||
|
||
Invenio module that provides OAuth web authorization support. | ||
Invenio modules that implements OAuth 2 server. | ||
|
||
*This is an experimental development preview release.* | ||
|
||
What's new | ||
---------- | ||
|
||
- Initial public release. | ||
|
||
Installation | ||
------------ | ||
|
||
$ pip install invenio-oauth2server==0.1.0 | ||
|
||
Documentation | ||
------------- | ||
|
||
http://invenio-oauth2server.readthedocs.org/en/v0.1.0 | ||
|
||
Happy hacking and thanks for flying Invenio-OAuth2Server. | ||
|
||
| Invenio Development Team | ||
| Email: [email protected] | ||
| IRC: #invenio on irc.freenode.net | ||
| Twitter: http://twitter.com/inveniosoftware | ||
| GitHub: https://github.com/inveniosoftware/invenio-oauth2server | ||
| URL: http://invenio-software.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,4 @@ | |
and parsed by ``setup.py``. | ||
""" | ||
|
||
__version__ = "0.1.0.dev20150000" | ||
__version__ = "0.1.0" |