Skip to content

Commit

Permalink
Invenio-Documents v0.1.0.post1
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <[email protected]>
  • Loading branch information
jirikuncar committed Jul 31, 2015
1 parent 87b1eaf commit 80ecd03
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 5 deletions.
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ What's new
Installation
------------

$ pip install invenio-comments==0.1.0
$ pip install invenio-documents==0.1.0

Documentation
-------------

http://invenio-comments.readthedocs.org/en/v0.1.0
http://invenio-documents.readthedocs.org/en/v0.1.0

Happy hacking and thanks for flying Invenio-Documents.

| Invenio Development Team
| Email: [email protected]
| IRC: #invenio on irc.freenode.net
| Twitter: http://twitter.com/inveniosoftware
| GitHub: https://github.com/inveniosoftware/invenio-comments
| GitHub: https://github.com/inveniosoftware/invenio-documents
| URL: http://invenio-software.org
2 changes: 1 addition & 1 deletion invenio_documents/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.1.dev20150728"
__version__ = "0.1.0.post1"
29 changes: 29 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# This file is part of Invenio.
# Copyright (C) 2015 CERN.
#
# Invenio is free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of the
# License, or (at your option) any later version.
#
# Invenio is distributed in the hope that it will be
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Invenio; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307, USA.
#
# In applying this license, CERN does not
# waive the privileges and immunities granted to it by virtue of its status
# as an Intergovernmental Organization or submit itself to any jurisdiction.

[wheel]
universal=1

[build_sphinx]
source-dir = docs/
build-dir = docs/_build
all_files = 1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def run_tests(self):
version = g['__version__']

setup(
name='Invenio-Documents',
name='invenio-documents',
version=version,
description=__doc__,
long_description=readme + '\n\n' + history,
Expand Down

0 comments on commit 80ecd03

Please sign in to comment.