Skip to content

Commit 0735a4a

Browse files
committed
Preparing release 10.5.0
1 parent 39573f0 commit 0735a4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CHANGELOG
44
This document describes changes between each past release.
55

66

7-
10.5.0 (unreleased)
7+
10.5.0 (2019-09-10)
88
===================
99

1010
**New features**

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VIRTUALENV = virtualenv --python=python3.6
1+
VIRTUALENV = virtualenv --python=python3.7
22
VENV := $(shell echo $${VIRTUAL_ENV-.venv})
33
PYTHON = $(VENV)/bin/python
44
DEV_STAMP = $(VENV)/.dev_env_installed.stamp

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name="kinto-http",
24-
version="10.5.0.dev0",
24+
version='10.5.0',
2525
description="Kinto client",
2626
long_description=README,
2727
license="Apache License (2.0)",

0 commit comments

Comments
 (0)