Skip to content

Commit

Permalink
Preparing release 10.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Sep 10, 2019
1 parent 39573f0 commit 0735a4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Expand Up @@ -4,7 +4,7 @@ CHANGELOG
This document describes changes between each past release.


10.5.0 (unreleased)
10.5.0 (2019-09-10)
===================

**New features**
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VIRTUALENV = virtualenv --python=python3.6
VIRTUALENV = virtualenv --python=python3.7
VENV := $(shell echo $${VIRTUAL_ENV-.venv})
PYTHON = $(VENV)/bin/python
DEV_STAMP = $(VENV)/.dev_env_installed.stamp
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@

setup(
name="kinto-http",
version="10.5.0.dev0",
version='10.5.0',
description="Kinto client",
long_description=README,
license="Apache License (2.0)",
Expand Down

0 comments on commit 0735a4a

Please sign in to comment.