Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Back to development: 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Jul 15, 2015
1 parent d0c8471 commit 3d0b433
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Changelog
This document describes changes between each past release.


1.4.0 (unreleased)
==================

- Nothing changed yet.


1.3.1 (2015-07-15)
==================

Expand Down
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ def read_file(filename):
CONTRIBUTORS = read_file('CONTRIBUTORS.rst')

REQUIREMENTS = [
'waitress==0.8.9',
'cliquet==2.3.1'
'waitress',
'cliquet'
]

POSTGRESQL_REQUIREMENTS = REQUIREMENTS + [
'cliquet[postgresql]==2.3.1'
'cliquet[postgresql]'
]

MONITORING_REQUIREMENTS = REQUIREMENTS + [
'cliquet[monitoring]==2.3.1'
'cliquet[monitoring]'
]

FXA_REQUIREMENTS = REQUIREMENTS + [
'cliquet-fxa==1.2.0'
'cliquet-fxa'
]

ENTRY_POINTS = {
Expand All @@ -41,7 +41,7 @@ def read_file(filename):
]

setup(name='kinto',
version='1.3.1',
version='1.4.0.dev0',
description='kinto',
long_description=README + "\n\n" + CHANGELOG + "\n\n" + CONTRIBUTORS,
license='Apache License (2.0)',
Expand Down

0 comments on commit 3d0b433

Please sign in to comment.