summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-01-17 02:13:30 -0600
committerMichael Merickel <michael@merickel.org>2017-01-17 02:13:30 -0600
commitbf700d3b5f6fef6b85624db7d39f62b47f1898b8 (patch)
tree5dc35e9ce82ab7508d71cb5cea91b23e325f7988
parented16e19bce476bf403f83213f8b457c9a29e212f (diff)
downloadpyramid-bf700d3b5f6fef6b85624db7d39f62b47f1898b8.tar.gz
pyramid-bf700d3b5f6fef6b85624db7d39f62b47f1898b8.tar.bz2
pyramid-bf700d3b5f6fef6b85624db7d39f62b47f1898b8.zip
prep 1.8b1
-rw-r--r--CHANGES.txt4
-rw-r--r--docs/whatsnew-1.8.rst4
-rw-r--r--setup.py2
3 files changed, 7 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7502b72c3..7f65e4b1b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-unreleased
-==========
+1.8b1 (2017-01-17)
+==================
Features
--------
diff --git a/docs/whatsnew-1.8.rst b/docs/whatsnew-1.8.rst
index d0954f62b..561ffb73e 100644
--- a/docs/whatsnew-1.8.rst
+++ b/docs/whatsnew-1.8.rst
@@ -109,6 +109,10 @@ Minor Feature Additions
``--help`` output as well as enabling nicer documentation of their options.
See https://github.com/Pylons/pyramid/pull/2864
+- Added an ``override`` option to ``config.add_translation_dirs`` to allow
+ later calls to place translation directories at a higher priority then
+ earlier calls. See https://github.com/Pylons/pyramid/pull/2902
+
Backwards Incompatibilities
---------------------------
diff --git a/setup.py b/setup.py
index 2439e59bc..fd8763bee 100644
--- a/setup.py
+++ b/setup.py
@@ -71,7 +71,7 @@ testing_extras = tests_require + [
]
setup(name='pyramid',
- version='1.8a1',
+ version='1.8b1',
description='The Pyramid Web Framework, a Pylons project',
long_description=README + '\n\n' + CHANGES,
classifiers=[