Skip to content

Commit

Permalink
Merge branch 'prepare-1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Nov 21, 2017
2 parents d475474 + 4f2b827 commit 78f0b60
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 26 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ Changelog

This document describes changes between each past release.

1.1.0 (unreleased)
1.0.1 (2017-11-21)
------------------

- Nothing changed yet.
**Bug fixes**

- Don't block on Pyramid 1.8 anymore. (#46)


1.0.0 (2017-06-28)
Expand Down
49 changes: 26 additions & 23 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,40 @@
bcrypt==3.1.3
certifi==2017.4.17
cffi==1.10.0
bcrypt==3.1.4
certifi==2017.11.5
cffi==1.11.2
chardet==3.0.4
colander==1.3.3
colander==1.4
colorama==0.3.9
cornice==2.4.0
cornice-swagger==0.5.1
cornice==3.0.0
cornice-swagger==0.5.2
dockerflow==2017.11.0
hupper==1.0
idna==2.5
iso8601==0.1.11
idna==2.6
iso8601==0.1.12
jsonpatch==1.16
jsonpointer==1.10
jsonpointer==1.14
jsonschema==2.6.0
kinto==7.3.0
kinto==7.6.1
logging-color-formatter==1.0.2
PasteDeploy==1.5.2
pycparser==2.17
pyramid==1.8.4
plaster==1.0
plaster-pastedeploy==0.4.2
pycparser==2.18
pyramid==1.9.1
pyramid-mailer==0.15.1
pyramid-multiauth==0.9.0
pyramid-tm==2.1
python-dateutil==2.6.0
repoze.lru==0.6
pyramid-tm==2.2
python-dateutil==2.6.1
repoze.lru==0.7
repoze.sendmail==4.4.1
requests==2.18.1
simplejson==3.11.1
six==1.10.0
requests==2.18.4
simplejson==3.12.0
six==1.11.0
transaction==2.1.2
translationstring==1.3
ujson==1.35
urllib3==1.21.1
urllib3==1.22
venusian==1.1.0
waitress==1.0.2
WebOb==1.7.2
zope.deprecation==4.2.0
zope.interface==4.4.2
waitress==1.1.0
WebOb==1.7.4
zope.deprecation==4.3.0
zope.interface==4.4.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read_file(filename):
}

setup(name='kinto-emailer',
version='1.1.0.dev0',
version='1.0.1',
description='Kinto emailer plugin',
long_description=README + "\n\n" + CHANGELOG + "\n\n" + CONTRIBUTORS,
license='Apache License (2.0)',
Expand Down

0 comments on commit 78f0b60

Please sign in to comment.