Skip to content

Commit

Permalink
release: v1.0.0a8
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Ioannidis <a.ioannidis@cern.ch>
  • Loading branch information
slint authored and jirikuncar committed Sep 23, 2016
1 parent 3ef14a3 commit 0e70d49
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 25 deletions.
11 changes: 1 addition & 10 deletions CHANGES.rst
Expand Up @@ -25,16 +25,7 @@
Changes
=======

Version 1.0.0a7 (release 2016-09-22)
------------------------------------

- Detects encoding of zipped filenames before attempting to preview.
- Handles a wider variety of files than Python's csv module can't
support (e.g. unsupported Unicode characters and encodings).
- Properly handles invalid zipfiles.


Version 1.0.0a6 (release 2016-09-13)
Version 1.0.0a8 (release 2016-09-23)
------------------------------------

- Initial public release.
20 changes: 6 additions & 14 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
============================
Invenio-Previewer v1.0.0a7
Invenio-Previewer v1.0.0a8
============================

Invenio-Previewer v1.0.0a7 was released on September 22, 2016.
Invenio-Previewer v1.0.0a8 was released on September 23, 2016.

About
-----
Expand All @@ -11,23 +11,15 @@ Invenio module for previewing files.

*This is an experimental developer preview release.*

Improved features
-----------------

- Detects encoding of zipped filenames before attempting to preview.
- Handles a wider variety of files than Python's csv module can't
support (e.g. unsupported Unicode characters and encodings).

Bug fixes
---------

- Properly handles invalid zipfiles.
What's new
----------

- Initial public release.

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

$ pip install invenio-previewer==1.0.0a7
$ pip install invenio-previewer==1.0.0a8

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_previewer/version.py
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0a8.dev20160922"
__version__ = "1.0.0a8"

0 comments on commit 0e70d49

Please sign in to comment.