Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
prep 0.8
  • Loading branch information
mmerickel committed Nov 1, 2016
1 parent 411ad2c commit 3c3ecdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
@@ -1,5 +1,5 @@
unreleased
==========
0.8 (2016-10-31)
================

- Drop Python 3.2 support.

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -47,7 +47,7 @@
]

setup(name='pyramid_rpc',
version='0.7.2',
version='0.8',
description='RPC support for the Pyramid web framework',
long_description=README,
classifiers=[
Expand All @@ -61,7 +61,7 @@
"Programming Language :: Python :: 3.5",
"Framework :: Pyramid",
],
keywords='web wsgi pyramid pylons xml-rpc json-rpc',
keywords='web wsgi pyramid pylons xml-rpc json-rpc amf',
author="Ben Bangert",
author_email="ben@groovie.org",
maintainer='Michael Merickel',
Expand Down

0 comments on commit 3c3ecdf

Please sign in to comment.