Skip to content

Commit 4b2e350

Browse files
author
Luke Bakken
committed
2.6.1 release notes, check for .python-version
1 parent d474731 commit 4b2e350

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ ifeq ($(PANDOC_VERSION),)
5454
endif
5555
ifeq ($(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)
5760
endif
5861
@python -c 'import pypandoc'
5962
@echo "==> Python tagging version $(VERSION)"
@@ -69,6 +72,9 @@ endif
6972
release: release_sdist
7073
ifeq ($(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)
7278
endif
7379
@echo "==> pypi repository: $(PYPI_REPOSITORY)"
7480
@echo "==> Python 2.7 (bdist_egg)"

RELNOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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

0 commit comments

Comments
 (0)