Updates for v1.0.4 release

This commit is contained in:
Hemna 2021-01-15 14:16:44 -05:00
parent 36b2eff71c
commit 812c9b3d43
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
CHANGES
=======
v1.0.4
------
* Added Makefile, pre-commit. Also update for 1.5.0
v1.0.3
------

View File

@ -33,7 +33,7 @@ clean:
test: dev
.venv/bin/pre-commit run --all-files
tox -p
tox -p all
build: test
rm -rf dist/*