Skip to content

Commit

Permalink
Merge branch 'prepare-1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Jun 28, 2017
2 parents 6713b63 + 32c9416 commit 986f883
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

This document describes changes between each past release.

0.5.0 (unreleased)
1.0.0 (2017-06-28)
------------------

**Bug fixes**
Expand Down
50 changes: 25 additions & 25 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
appdirs==1.4.0
colander==1.3.1
colorama==0.3.7
bcrypt==3.1.3
certifi==2017.4.17
cffi==1.10.0
chardet==3.0.4
colander==1.3.3
colorama==0.3.9
cornice==2.4.0
enum34==1.1.6
functools32==3.2.3.post2
futures==3.0.5
cornice-swagger==0.5.1
hupper==1.0
idna==2.5
iso8601==0.1.11
jsonpatch==1.15
jsonpatch==1.16
jsonpointer==1.10
jsonschema==2.5.1
kinto==5.3.0
packaging==16.8
jsonschema==2.6.0
kinto==7.3.0
logging-color-formatter==1.0.2
PasteDeploy==1.5.2
pyparsing==2.1.10
pyramid==1.7.4
pycparser==2.17
pyramid==1.8.4
pyramid-mailer==0.15.1
pyramid-multiauth==0.9.0
pyramid-tm==1.1.1
pyramid-tm==2.1
python-dateutil==2.6.0
repoze.lru==0.6
repoze.sendmail==4.3
requests==2.13.0
ruamel.ordereddict==0.4.9
ruamel.yaml==0.13.11
simplejson==3.10.0
repoze.sendmail==4.4.1
requests==2.18.1
simplejson==3.11.1
six==1.10.0
structlog==16.1.0
transaction==2.0.3
transaction==2.1.2
translationstring==1.3
typing==3.5.3.0
ujson==1.35
venusian==1.0
waitress==1.0.1
WebOb==1.7.1
urllib3==1.21.1
venusian==1.1.0
waitress==1.0.2
WebOb==1.7.2
zope.deprecation==4.2.0
zope.interface==4.3.3
zope.interface==4.4.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def read_file(filename):
}

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

0 comments on commit 986f883

Please sign in to comment.