Skip to content

Commit

Permalink
Merge branch 'prepare-0.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Jan 25, 2017
2 parents 9df3f07 + abf096b commit a6f2d51
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 19 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Changelog

This document describes changes between each past release.

0.1.0 (unreleased)
----------------
0.1.0 (2017-01-25)
------------------

**Initial version**

Expand Down
39 changes: 23 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,37 @@
appdirs==1.4.0
colander==1.3.1
colorama==0.3.7
cornice==1.2.1
cornice==2.4.0
enum34==1.1.6
functools32==3.2.3.post2
futures==3.0.5
iso8601==0.1.11
jsonpatch==1.15
jsonpointer==1.10
jsonschema==2.5.1
kinto==3.3.1
kinto==5.3.0
packaging==16.8
PasteDeploy==1.5.2
pyramid==1.7
pyramid-mailer==0.14.1
pyramid-multiauth==0.8.0
pyramid-tm==0.12.1
python-dateutil==2.5.3
redis==2.10.5
pyparsing==2.1.10
pyramid==1.7.4
pyramid-mailer==0.15.1
pyramid-multiauth==0.9.0
pyramid-tm==1.1.1
python-dateutil==2.6.0
repoze.lru==0.6
repoze.sendmail==4.2
requests==2.10.0
simplejson==3.8.2
repoze.sendmail==4.3
requests==2.13.0
ruamel.ordereddict==0.4.9
ruamel.yaml==0.13.11
simplejson==3.10.0
six==1.10.0
structlog==16.1.0
transaction==1.6.1
transaction==2.0.3
translationstring==1.3
typing==3.5.3.0
ujson==1.35
venusian==1.0
waitress==0.9.0
WebOb==1.6.1
zope.deprecation==4.1.2
zope.interface==4.2.0
waitress==1.0.1
WebOb==1.7.1
zope.deprecation==4.2.0
zope.interface==4.3.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read_file(filename):
]

setup(name='kinto-emailer',
version='0.1.0.dev0',
version='0.1.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 a6f2d51

Please sign in to comment.