Skip to content

Commit

Permalink
Cut version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spladug committed May 24, 2016
1 parent fdefda9 commit 7c3d1cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
baseplate (0.11.0) trusty; urgency=medium

* allow logging configuration to be overridden in INI file
* rework diagnostics observer registration interface
* add sqlalchemy diagnostics support
* rename cassandra span annotations/names to match sqlalchemy

-- Neil Williams <neil@reddit.com> Tue, 24 May 2016 11:29:31 -0700

baseplate (0.10.0) trusty; urgency=medium

* add automatic reloader to baseplate-serve for development
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

setup(
name="baseplate",
version="0.10.0",
version="0.11.0",
packages=find_packages(exclude=["tests"]),

install_requires=install_requires,
Expand Down

0 comments on commit 7c3d1cf

Please sign in to comment.