From a872ef913b577ddfef8195859cef0ddae624db73 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Mon, 25 Apr 2016 19:08:11 +0200
Subject: [PATCH] prep 1.7b1

---
 setup.py    |    2 +-
 CHANGES.txt |    9 +++++++++
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index ff64494..73c91b6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,12 @@
+1.7b1 (2016-04-25)
+==================
+
+- This release announces the beta period for 1.7.
+
+- Fix an issue where some files were being included in the alchemy scafffold
+  which had been removed from the 1.7 series.
+  See https://github.com/Pylons/pyramid/issues/2525
+
 1.7a2 (2016-04-19)
 ==================
 
diff --git a/setup.py b/setup.py
index 8730d16..98bdae2 100644
--- a/setup.py
+++ b/setup.py
@@ -72,7 +72,7 @@
     ]
 
 setup(name='pyramid',
-      version='1.7a2',
+      version='1.7b1',
       description='The Pyramid Web Framework, a Pylons project',
       long_description=README + '\n\n' + CHANGES,
       classifiers=[

--
Gitblit v1.9.3