Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
Preparing release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Jun 6, 2019
1 parent 898ee7d commit e89292e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog
=========

0.7.0 (unreleased)
1.0.0 (2019-06-06)
------------------

- Nothing changed yet.
- Upgrade to Kinto 13 and Python 3.7


0.6.0 (2017-04-25)
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ colander==1.7.0
colorama==0.4.1
cornice==3.5.1
cornice-swagger==0.7.0
cryptography==2.6.1
cryptography==2.7
dockerflow==2019.5.0
hupper==1.6.1
hupper==1.7
idna==2.8
iso8601==0.1.12
jsonpatch==1.23
jsonpointer==2.0
jsonschema==3.0.1
kinto==13.1.0
kinto==13.1.1
logging-color-formatter==1.0.2
ndg-httpsclient==0.5.1
PasteDeploy==2.0.1
Expand All @@ -40,7 +40,7 @@ six==1.12.0
transaction==2.4.0
translationstring==1.3
ujson==1.35
urllib3==1.25.2
urllib3==1.25.3
venusian==1.2.0
waitress==1.3.0
WebOb==1.8.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read_file(filename):

setup(
name="kinto-pusher",
version="0.7.0.dev0",
version="1.0.0",
description="Plug Kinto notifications into Pusher.com",
long_description=README + "\n\n" + CHANGELOG,
author="Mathieu Leplatre",
Expand Down

0 comments on commit e89292e

Please sign in to comment.