We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39573f0 commit 0735a4aCopy full SHA for 0735a4a
CHANGELOG.rst
@@ -4,7 +4,7 @@ CHANGELOG
4
This document describes changes between each past release.
5
6
7
-10.5.0 (unreleased)
+10.5.0 (2019-09-10)
8
===================
9
10
**New features**
Makefile
@@ -1,4 +1,4 @@
1
-VIRTUALENV = virtualenv --python=python3.6
+VIRTUALENV = virtualenv --python=python3.7
2
VENV := $(shell echo $${VIRTUAL_ENV-.venv})
3
PYTHON = $(VENV)/bin/python
DEV_STAMP = $(VENV)/.dev_env_installed.stamp
setup.py
@@ -21,7 +21,7 @@
21
22
setup(
23
name="kinto-http",
24
- version="10.5.0.dev0",
+ version='10.5.0',
25
description="Kinto client",
26
long_description=README,
27
license="Apache License (2.0)",
0 commit comments