Skip to content

Commit

Permalink
prep 2.0a0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Nov 30, 2020
1 parent 6cf061e commit 4dd4087
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
@@ -1,5 +1,5 @@
unreleased
==========
2.0a0 (2020-11-29)
==================

Features
--------
Expand Down
10 changes: 5 additions & 5 deletions README.rst
@@ -1,13 +1,13 @@
Pyramid
=======

.. image:: https://github.com/Pylons/Pyramid/workflows/Build%20and%20test/badge.svg?branch=master
.. image:: https://github.com/Pylons/Pyramid/workflows/Build%20and%20test/badge.svg?branch=2.0-branch
:target: https://github.com/Pylons/Pyramid/actions?query=workflow%3A%22Build+and+test%22
:alt: master Travis CI Status
:alt: 2.0-branch Travis CI Status

.. image:: https://readthedocs.org/projects/pyramid/badge/?version=master
:target: https://docs.pylonsproject.org/projects/pyramid/en/master
:alt: master Documentation Status
.. image:: https://readthedocs.org/projects/pyramid/badge/?version=2.0-branch
:target: https://docs.pylonsproject.org/projects/pyramid/en/2.0-branch
:alt: 2.0-branch Documentation Status

.. image:: https://img.shields.io/badge/irc-freenode-blue.svg
:target: https://webchat.freenode.net/?channels=pyramid
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@ def readfile(name):
README = readfile('README.rst')
CHANGES = readfile('CHANGES.rst')

VERSION = '2.0.dev0'
VERSION = '2.0a0'

install_requires = [
'hupper >= 1.5', # ignore_files support
Expand Down

0 comments on commit 4dd4087

Please sign in to comment.