Skip to content

Commit

Permalink
Prep 2.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jun 3, 2016
1 parent b60db02 commit 6864fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
``repoze.profile`` Changelog
============================

2.2 (unreleased)
2.2 (2016-06-03)
----------------

- Add decorator for profiling individual functions.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
testing_extras = install_requires + ['nose', 'coverage']

setup(name='repoze.profile',
version='2.2.dev0',
version='2.2',
description='Aggregate profiling for WSGI requests',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit 6864fba

Please sign in to comment.