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

Commit

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


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

- Nothing changed yet.
- Upgraded to *Cliquet* 2.3.1

**Bug fixes**

- Make sure the default route only catch /buckets/default and
/buckets/default/* routes. (#131)


1.3.0 (2015-07-13)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# The short X.Y version.
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.3.0'
release = '1.3.1'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
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',
'cliquet'
'waitress==0.8.9',
'cliquet==2.3.1'
]

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

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

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

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

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

0 comments on commit d0c8471

Please sign in to comment.