Skip to content

Commit

Permalink
Alpha13 (#161)
Browse files Browse the repository at this point in the history
* Bump version

* Update HISTORY.md
  • Loading branch information
sserrata committed Apr 17, 2020
1 parent ee419b2 commit 5ccab6e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## 2.0.0-alpha13 (2020-04-17)

- Add support for enabling `MemoryStorage` with `storage_params`.

## 2.0.0-alpha12 (2020-04-15)

- Allow non-200 HTTP status responses in `iter_job_results()`.
Expand Down
2 changes: 1 addition & 1 deletion pan_cortex_data_lake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Main package for cortex."""

__author__ = "Palo Alto Networks"
__version__ = "2.0.0-a12"
__version__ = "2.0.0-a13"

from .exceptions import ( # noqa: F401
CortexError,
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0a12
current_version = 2.0.0a13
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name="pan-cortex-data-lake",
version="2.0.0-a12",
version="2.0.0-a13",
description="Python idiomatic SDK for Cortex™ Data Lake.",
long_description=readme + "\n\n" + history,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5ccab6e

Please sign in to comment.