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

Commit

Permalink
Merge branch 'prepare-0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Apr 25, 2017
2 parents d9a5abb + 7c9b977 commit 1759261
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 34 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.6.0 (unreleased)
0.6.0 (2017-04-25)
------------------

- Upgrade to Kinto 6 and Python 3.5
- Upgrade to Kinto 6 and Python 3.5 (#21)


0.5.0 (2017-02-21)
Expand Down
65 changes: 34 additions & 31 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,41 @@
cffi==1.7.0
colander==1.3.1
colorama==0.3.7
cornice==1.2.1
cryptography==1.4
enum34==1.1.6
functools32==3.2.3.post2
futures==3.0.5
idna==2.1
ipaddress==1.0.16
appdirs==1.4.3
asn1crypto==0.22.0
cffi==1.10.0
colander==1.3.3
colorama==0.3.8
cornice==2.4.0
cornice-swagger==0.5.1
cryptography==1.8.1
hupper==0.4.4
idna==2.5
iso8601==0.1.11
jsonschema==2.5.1
kinto==3.3.1
jsonpatch==1.15
jsonpointer==1.10
jsonschema==2.6.0
kinto==6.0.5
ndg-httpsclient==0.4.2
packaging==16.8
PasteDeploy==1.5.2
pusher==1.3.0
pyasn1==0.1.9
pycparser==2.14
pyOpenSSL==16.0.0
pyramid==1.7
pyramid-multiauth==0.8.0
pyramid-tm==0.12.1
python-dateutil==2.5.3
redis==2.10.5
pusher==1.6
pyasn1==0.2.3
pycparser==2.17
pyOpenSSL==17.0.0
pyparsing==2.2.0
pyramid==1.8.3
pyramid-multiauth==0.9.0
pyramid-tm==1.1.1
python-dateutil==2.6.0
repoze.lru==0.6
requests==2.10.0
simplejson==3.8.2
requests==2.13.0
simplejson==3.10.0
six==1.10.0
structlog==16.1.0
transaction==1.6.1
structlog==17.1.0
transaction==2.1.2
translationstring==1.3
ujson==1.35
urllib3==1.16
venusian==1.0
waitress==0.9.0
WebOb==1.6.1
zope.deprecation==4.1.2
zope.interface==4.2.0
urllib3==1.17
venusian==1.1.0
waitress==1.0.2
WebOb==1.7.2
zope.deprecation==4.2.0
zope.interface==4.4.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name='kinto-pusher',
version='0.6.0.dev0',
version='0.6.0',
description="Plug Kinto notifications into Pusher.com",
long_description=readme + '\n\n' + history,
author="Mathieu Leplatre",
Expand Down

0 comments on commit 1759261

Please sign in to comment.