Skip to content

Commit 20c4797

Browse files
Bump version number
1 parent 8ef3b6f commit 20c4797

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [0.3.1] - 2021-09-15
4+
5+
### Potential breaking changes
6+
7+
8+
### Other changes
9+
10+
- Fix implicit type cast issue encountered in connected graph searches. Works for `pkid` of types AutoField, BigAutoField, and UUIDField.
11+
- Update version number.
12+
13+
314
## [0.3.0] - 2021-09-15
415

516
### Potential breaking changes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
from setuptools import setup
55

6-
version = "0.3.0"
6+
version = "0.3.1"
77

88
classifiers = [
99
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)