diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-28 00:18:07 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-28 00:18:07 -0500 |
| commit | 7ad45ce87d2cb1985f4f1c6019e736a4a516034f (patch) | |
| tree | 3b7f957ee24188309644f99908d6d9bafadbf0f8 | |
| parent | 9e3a9d1cc48c624e7dda9d9ee56d575b852d7164 (diff) | |
| download | pyramid-7ad45ce87d2cb1985f4f1c6019e736a4a516034f.tar.gz pyramid-7ad45ce87d2cb1985f4f1c6019e736a4a516034f.tar.bz2 pyramid-7ad45ce87d2cb1985f4f1c6019e736a4a516034f.zip | |
prep 1.10b1
| -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 4eab7a0bb..4d5311fe5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -unreleased -========== +1.10b1 (2018-10-28) +=================== Bug Fixes --------- @@ -23,7 +23,7 @@ def readfile(name): README = readfile('README.rst') CHANGES = readfile('CHANGES.rst') -VERSION = '1.10a1' +VERSION = '1.10b1' install_requires = [ 'hupper', |
