summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-10-28 00:18:07 -0500
committerMichael Merickel <michael@merickel.org>2018-10-28 00:18:07 -0500
commit7ad45ce87d2cb1985f4f1c6019e736a4a516034f (patch)
tree3b7f957ee24188309644f99908d6d9bafadbf0f8
parent9e3a9d1cc48c624e7dda9d9ee56d575b852d7164 (diff)
downloadpyramid-7ad45ce87d2cb1985f4f1c6019e736a4a516034f.tar.gz
pyramid-7ad45ce87d2cb1985f4f1c6019e736a4a516034f.tar.bz2
pyramid-7ad45ce87d2cb1985f4f1c6019e736a4a516034f.zip
prep 1.10b1
-rw-r--r--CHANGES.rst4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 4eab7a0bb..4d5311fe5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,5 +1,5 @@
-unreleased
-==========
+1.10b1 (2018-10-28)
+===================
Bug Fixes
---------
diff --git a/setup.py b/setup.py
index df7e5dd38..b47a27ddf 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ def readfile(name):
README = readfile('README.rst')
CHANGES = readfile('CHANGES.rst')
-VERSION = '1.10a1'
+VERSION = '1.10b1'
install_requires = [
'hupper',