Skip to content

Commit 52d3910

Browse files
committed
release of v0.12.0
1 parent 687a004 commit 52d3910

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.12.0 - 15 May 2925
2+
- update dependencies
3+
- drop Python 3.8 support
4+
15
# v0.11.1 - 03 Sep 2024
26
- update dependencies
37

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from distutils.core import setup
33
from setuptools import find_packages
44

5-
VERSION = '0.11.1'
5+
VERSION = '0.12.0'
66

77
with open('README.md', 'r', encoding='utf-8') as fh:
88
long_description = fh.read()

0 commit comments

Comments
 (0)