Skip to content

Commit

Permalink
Bump version to 1.0.1 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaxton committed Aug 24, 2020
1 parent d938ddd commit 1515daa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.0.1 (August 23, 2020)
=======================

- Minor fix to allow building from source.

1.0.0 (August 22, 2020)
=======================

Expand Down
2 changes: 1 addition & 1 deletion resample/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Single location for version updates.
# Changes here are imported by setup.py and resample/__init__.py.

version = "1.0.0"
version = "1.0.1"

0 comments on commit 1515daa

Please sign in to comment.