File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ ifeq ($(PANDOC_VERSION),)
5454endif
5555ifeq ($(RELEASE_GPG_KEYNAME ) ,)
5656 $(error RELEASE_GPG_KEYNAME must be set to build a release and deploy this package)
57+ endif
58+ ifeq ("$(wildcard $(PROJDIR ) /.python-version) ","")
59+ $(error expected $(PROJDIR)/.python-version to exist. Run $(PROJDIR)/build/pyenv-setup)
5760endif
5861 @python -c 'import pypandoc'
5962 @echo "==> Python tagging version $(VERSION)"
6972release : release_sdist
7073ifeq ($(RELEASE_GPG_KEYNAME ) ,)
7174 $(error RELEASE_GPG_KEYNAME must be set to build a release and deploy this package)
75+ endif
76+ ifeq ("$(wildcard $(PROJDIR ) /.python-version) ","")
77+ $(error expected $(PROJDIR)/.python-version to exist. Run $(PROJDIR)/build/pyenv-setup)
7278endif
7379 @echo "==> pypi repository: $(PYPI_REPOSITORY)"
7480 @echo "==> Python 2.7 (bdist_egg)"
Original file line number Diff line number Diff line change 11# Riak Python Client Release Notes
22
3+ ## [ ` 2.6.1 ` Release] ( https://github.com/basho/riak-python-client/issues?q=milestone%3Ariak-python-client-2.6.0 )
4+ * NOTE: Due to pypi upload errors, ` 2.6.1 ` takes the place of ` 2.6.0 ` .
5+
36## [ ` 2.6.0 ` Release] ( https://github.com/basho/riak-python-client/issues?q=milestone%3Ariak-python-client-2.6.0 )
7+ * NOTE: Due to pypi upload errors, ` 2.6.1 ` takes the place of ` 2.6.0 ` .
48
59## [ ` 2.5.5 ` Release] ( https://github.com/basho/riak-python-client/issues?q=milestone%3Ariak-python-client-2.5.5 )
610
You can’t perform that action at this time.
0 commit comments