diff options
| author | Michael Merickel <michael@merickel.org> | 2021-02-20 14:42:13 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2021-02-20 14:42:13 -0600 |
| commit | 5b63fb8ecff82d448970b7e2d7b9dd078d4ed438 (patch) | |
| tree | aa7a2636c205e521939a740c68d61793fc6d8189 | |
| parent | d76903c58c5d0dfd8edc9de40b8ad2382d4f5634 (diff) | |
| download | pyramid-5b63fb8ecff82d448970b7e2d7b9dd078d4ed438.tar.gz pyramid-5b63fb8ecff82d448970b7e2d7b9dd078d4ed438.tar.bz2 pyramid-5b63fb8ecff82d448970b7e2d7b9dd078d4ed438.zip | |
prep 2.0b1
| -rw-r--r-- | CHANGES.rst | 4 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index a8e4d6c61..e9b222993 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -Unreleased -========== +2.0b1 (2021-02-20) +================== - Break potential reference cycle between ``request`` and ``context``. See https://github.com/Pylons/pyramid/pull/3649 @@ -22,7 +22,7 @@ def readfile(name): README = readfile('README.rst') CHANGES = readfile('CHANGES.rst') -VERSION = '2.0b0' +VERSION = '2.0b1' install_requires = [ 'hupper >= 1.5', # ignore_files support |
