Miscellaneous minor changes for 1.1

This commit is contained in:
Dave Jones
2016-02-08 08:26:34 +00:00
parent a498d29bb9
commit 006c10cce0
3 changed files with 25 additions and 10 deletions

View File

@@ -159,7 +159,7 @@ release: $(PY_SOURCES) $(DOC_SOURCES) $(DEB_SOURCES)
dch --newversion $(VER)$(DEB_SUFFIX) --controlmaint
# commit the changes and add a new tag
git commit debian/changelog -m "Updated changelog for release $(VER)"
git tag -s release-$(VER) -m "Release $(VER)"
git tag -s v$(VER) -m "Release v$(VER)"
# update the package's registration on PyPI (in case any metadata's changed)
$(PYTHON) $(PYFLAGS) setup.py register