Skip to content

Commit

Permalink
Invenio-Documents 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 Jul 28, 2015
1 parent 659ae93 commit 35e4109
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 5 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-07-28)

- First release
- Initial public release.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@

Invenio module that adds filesystem abstraction.

*This is an experimental development preview release.*

* Free software: GPLv2 license
* Documentation: https://invenio-documents.readthedocs.org.

Expand Down
36 changes: 36 additions & 0 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
==========================
Invenio-Documents v0.1.0
==========================

Invenio-Documents v0.1.0 was released on July 28, 2015.

About
-----

Invenio module that adds filesystem abstraction.

*This is an experimental development preview release.*

What's new
----------

- Initial public release.

Installation
------------

$ pip install invenio-comments==0.1.0

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

http://invenio-comments.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
| 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.0.dev20150000"
__version__ = "0.1.0"
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def run_tests(self):
version=version,
description=__doc__,
long_description=readme + '\n\n' + history,
keywords='invenio TODO',
keywords='invenio documents filesystem',
license='GPLv2',
author='CERN',
author_email='[email protected]',
Expand All @@ -109,7 +109,7 @@ def run_tests(self):
'Sphinx>=1.3',
'sphinx_rtd_theme>=0.1.7'
],
'tests': test_requirements
'tests': test_requirements,
},
classifiers=[
'Environment :: Web Environment',
Expand All @@ -125,6 +125,7 @@ def run_tests(self):
# 'Programming Language :: Python :: 3',
# 'Programming Language :: Python :: 3.3',
# 'Programming Language :: Python :: 3.4',
'Development Status :: 1 - Planning',
],
tests_require=test_requirements,
cmdclass={'test': PyTest},
Expand Down

0 comments on commit 35e4109

Please sign in to comment.