Skip to content

Commit

Permalink
post v0.15.0 release actions done
Browse files Browse the repository at this point in the history
  • Loading branch information
esc committed Oct 31, 2018
1 parent 77dcc10 commit d0cd9bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 4 additions & 13 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
===========================
Announcing Bloscpack 0.15.0
===========================
==========================
Announcing Bloscpack X.Y.Z
==========================

What is new?
============

Two new high-level API functions have been added:

* 'pack_bytes_to_bytes'
* 'unpack_bytes_from_bytes'

As you might expect from the naming, these allow you to perform fully
in-memory based compression and decompression via the bytes datatype.

Additionally there are a few bugfixes, support for python-blosc
1.6.1 and support for Python 3.7.
XXXYYYZZZ

For more info, have a look at the changelog:

Expand Down
2 changes: 1 addition & 1 deletion bloscpack/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# -*- coding: utf-8 -*-
# vim :set ft=py:

__version__ = '0.15.0'
__version__ = '0.16.0.dev0'
__author__ = 'Valentin Haenel <valentin@haenel.co>'

0 comments on commit d0cd9bd

Please sign in to comment.