Skip to content

Commit

Permalink
Preparing release 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Jan 21, 2019
1 parent dbc6cd6 commit 5716ca1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ Changelog

This document describes changes between each past release.

12.1.0 (unreleased)
12.0.1 (2019-01-21)
-------------------

**Bug Fixes**

- Fix bumping of tombstones timestamps when deleting objects in PostgreSQL storage backend (fixes #1981)
- Fix ETag header in responses of DELETE on plural endpoints (ref #1981)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def read_file(filename):

setup(
name="kinto",
version="12.1.0.dev0",
version="12.0.1",
description="Kinto Web Service - Store, Sync, Share, and Self-Host.",
long_description="{}\n\n{}\n\n{}".format(README, CHANGELOG, CONTRIBUTORS),
license="Apache License (2.0)",
Expand Down

0 comments on commit 5716ca1

Please sign in to comment.