diff --git a/Makefile b/Makefile index 0cd322f608345101f5a8e038f82c621eb685a712..6d538cfdbfaa9d81e754503baa6da6ea1d86e1d7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PROJECT = yangson -VERSION = 1.3.0 +VERSION = 1.3.2 .PHONY = tags deps install-deps test tags: @@ -15,7 +15,8 @@ test: @py.test tests release: - git tag -a -m "Yangson release $(VERSION)" $(VERSION) + git tag -a -s -m "Yangson release $(VERSION)" $(VERSION) + git push --follow-tags rm -f dist/* python setup.py sdist python setup.py bdist_wheel