Skip to content

Commit

Permalink
Bump version: 0.1.3 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Škoda committed Oct 26, 2022
1 parent 01012dd commit e3cecbb
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 2,26 @@
History
=======

0.2.0 (2022-10-26)
------------------

* New feature for listing available data.

0.1.3 (2022-10-13)
------------------

* Corrupted cache bugfix

0.1.2 (2022-10-10)
------------------

* Caching and requirements improvements.

0.1.1 (2022-10-09)
------------------

* Python2.7 support and documentation improvements.

0.1.0 (2022-10-08)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lakeapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 2,6 @@

__author__ = """Jan Skoda"""
__email__ = "[email protected]"
__version__ = "__version__ = '0.1.3'"
__version__ = "__version__ = '0.2.0'"

from .main import load_data, list_data, available_symbols, set_default_bucket, use_sample_data, cache # noqa
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.2.0
commit = True
tag = True

Expand All @@ -19,6 19,6 @@ exclude = docs
max-line-length = 120

[tool:pytest]
filterwarnings =
filterwarnings =
ignore:.*distutils package is deprecated.*:DeprecationWarning

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 49,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/leftys/lakeapi',
version='0.1.3',
version='0.2.0',
zip_safe=False,
)

0 comments on commit e3cecbb

Please sign in to comment.