grim/hgwebplus

Update the ChangeLog for the next round of development
draft default tip
2021-12-04, Gary Kramlich
88ff3237cdcb
Update the ChangeLog for the next round of development
#!/usr/bin/make -f
.PHONY: all
all: sdist
.PHONY: clean
clean:
rm -rf dist build *.egg-info
.PHONY: sdist
sdist:
python3 setup.py sdist
.PHONY: upload
upload:
twine upload dist/*