Skip to content

Commit

Permalink
Invenio-OAuth2Server v0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <[email protected]>
  • Loading branch information
jirikuncar committed Aug 4, 2015
1 parent 2abcf1a commit 5dff917
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
Changes
=======

Version 0.1.0 (release TBD)
Version 0.1.0 (release 2015-08-04)

- First release
- Initial public release.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs Makefile
recursive-include invenio_oauth2server *.html
recursive-include invenio_oauth2server *.mo
recursive-include invenio_oauth2server *.po
recursive-include invenio_oauth2server *.pot
recursive-include invenio_oauth2server *.py
recursive-include tests *.py
37 changes: 37 additions & 0 deletions RELEASE-NOTES.rst
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
2 changes: 1 addition & 1 deletion invenio_oauth2server/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
and parsed by ``setup.py``.
"""

__version__ = "0.1.0.dev20150000"
__version__ = "0.1.0"

0 comments on commit 5dff917

Please sign in to comment.