Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Jul 11, 2022
1 parent ee7f688 commit bf4ae3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions python/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
--------------------
[0.3.2] - 2022-07-12
--------------------

Upgrade build system to build module. Fixes numpy version inconsistency as sdist didn't
specify oldest-supported-numpy. (:user:`benjeffery`, :issue:`190`, :pr:`191`)

--------------------
[0.3.1] - 2020-07-06
--------------------
Expand Down
2 changes: 1 addition & 1 deletion python/kastore/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Definitive location for the version number.
kastore_version = "0.3.1"
kastore_version = "0.3.2"

0 comments on commit bf4ae3c

Please sign in to comment.