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

Commit

Permalink
Merge pull request #8 from Kinto/prepare-0.3.0
Browse files Browse the repository at this point in the history
Preparing release 0.3.0
  • Loading branch information
leplatrem committed May 24, 2016
2 parents f179787 + 2931562 commit b4a9589
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 2 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.3.0 (unreleased)
0.3.0 (2016-05-23)
------------------

- Project renamed to *Kinto-fxa* to match the rename of ``cliquet`` to
Expand Down
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
VIRTUALENV = virtualenv
TEMPDIR := $(shell mktemp -d)

build-requirements:
$(VIRTUALENV) $(TEMPDIR)
$(TEMPDIR)/bin/pip install -U pip
$(TEMPDIR)/bin/pip install -Ue .
$(TEMPDIR)/bin/pip freeze > requirements.txt
37 changes: 37 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
cffi==1.6.0
colander==1.2
colorama==0.3.7
cornice==1.2.1
cryptography==1.3.2
enum34==1.1.6
functools32==3.2.3.post2
idna==2.1
ipaddress==1.0.16
iso8601==0.1.11
jsonschema==2.5.1
kinto==3.0.1
ndg-httpsclient==0.4.0
PasteDeploy==1.5.2
pusher==1.2.3
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
repoze.lru==0.6
requests==2.10.0
simplejson==3.8.2
six==1.10.0
structlog==16.0.0
transaction==1.6.0
translationstring==1.3
ujson==1.35
urllib3==1.15.1
venusian==1.0
waitress==0.9.0
WebOb==1.6.1
zope.deprecation==4.1.2
zope.interface==4.1.3
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.3.0.dev0',
version='0.3.0',
description="Plug Kinto notifications into Pusher.com",
long_description=readme + '\n\n' + history,
author="Mathieu Leplatre",
Expand Down

0 comments on commit b4a9589

Please sign in to comment.