Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JackAtOmenApps committed Sep 16, 2021
1 parent 8ef3b6f commit 20c4797
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.3.1] - 2021-09-15

### Potential breaking changes


### Other changes

- Fix implicit type cast issue encountered in connected graph searches. Works for `pkid` of types AutoField, BigAutoField, and UUIDField.
- Update version number.


## [0.3.0] - 2021-09-15

### Potential breaking changes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
from setuptools import setup

version = "0.3.0"
version = "0.3.1"

classifiers = [
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 20c4797

Please sign in to comment.