Skip to content

Commit 9e69bee

Browse files
committed
build: release 0.8.5
1 parent 1887067 commit 9e69bee

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.8.5 (2023-09-27)
4+
5+
- build: add support for Python 3.11
6+
- build: add support for Python 3.12
7+
38
## 0.8.4 (2023-06-18)
49

510
### Refactor

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyentrp"
3-
version = "0.8.4"
3+
version = "0.8.5"
44
description = "A Python library for computing entropy measures for time series analysis."
55
authors = ["Nikolay Donets <nd@donets.org>"]
66
license = "apache-2.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="pyentrp",
10-
version="0.8.4",
10+
version="0.8.5",
1111
description="Functions on top of NumPy for computing different types of entropy",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)