Skip to content

Commit

Permalink
Prepare release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Nov 17, 2020
1 parent f7cf8cf commit f54094e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/abilian/cookiecutter-abilian-python",
"commit": "a387d6c129615f9d85d05a7a0f1b709f9bd3a182",
"commit": "8fe12bde5b39412153a9d42e90196c0a8f14c57e",
"context": {
"cookiecutter": {
"full_name": "Abilian SAS",
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog for Olapy
===================

0.8.1 (2020-11-17)
------------------
- Move pyodide code to another project>

0.8.0 (2020-11-14)
------------------
- Drop support for Python 2.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "olapy"
version = "0.8.0"
version = "0.8.1"
authors = ["Abilian SAS"]
description = "OlaPy, an experimental OLAP engine based on Pandas"
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ignore = W503,F401,E203,E722
# TODO: Fix later
max-line-length = 120

; McCabe cyclomatic complexity
# McCabe cyclomatic complexity
max-complexity = 10

# flake8-tidy-imports
Expand Down

0 comments on commit f54094e

Please sign in to comment.