Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Commit

Permalink
Preparing release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Feb 7, 2018
1 parent 1440062 commit 160591b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
=========

0.5.0 (unreleased)
0.5.0 (2018-02-07)
------------------

- Pass application ID and version to amo2kinto code when generating blocklist.xml. (#23)
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
amo2kinto==3.2.0
bcrypt==3.1.4
certifi==2017.11.5
cffi==1.11.2
certifi==2018.1.18
cffi==1.11.4
chardet==3.0.4
colander==1.4
colorama==0.3.9
Expand All @@ -12,11 +12,11 @@ hupper==1.0
idna==2.6
iso8601==0.1.12
Jinja2==2.10
jsonpatch==1.20
jsonpointer==1.14
jsonpatch==1.21
jsonpointer==2.0
jsonschema==2.6.0
kinto==7.6.1
kinto-http==9.0.1
kinto==8.1.4
kinto-http==9.1.0
logging-color-formatter==1.0.2
lxml==4.1.1
MarkupSafe==1.0
Expand All @@ -35,10 +35,10 @@ six==1.11.0
transaction==2.1.2
translationstring==1.3
ujson==1.35
Unidecode==0.4.21
Unidecode==1.0.22
urllib3==1.22
venusian==1.1.0
waitress==1.1.0
WebOb==1.7.4
WebOb==1.8.0rc1
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 @@

setup(
name='kinto-amo',
version='0.5.0.dev0',
version='0.5.0',
description="AMO-style routing for Kinto - with XML",
long_description=readme + '\n\n' + history,
author="Mozilla",
Expand Down

0 comments on commit 160591b

Please sign in to comment.