grim/reviewboard_jetbrains_hub

Update the changelog for the release
v1.0.3
2021-01-05, Gary Kramlich
328f52fa0c63
Update the changelog for the release
#!/usr/bin/make -f
.PHONY: all
all: sdist
.PHONY: clean
clean:
rm -rf dist build *.egg-info
.PHONY: sdist
sdist:
python setup.py sdist
.PHONY: upload
upload:
twine upload dist/*