Skip to content

Commit

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

* Events: Add support for the `interana_excluded` payload section
* Centralize and standardize creation of trace info
* Add adapters and helpers for Pyramid CLI tools
* Add Vagrantfile for running tests in development
* Events: Refactor serialization and payload handling
* Clarify docstring for config module outside baseplate-serve
* Capture Python warnings in logging system

-- Neil Williams <[email protected]> Mon, 20 Jun 2016 23:11:15 -0700

baseplate (0.11.1) trusty; urgency=medium

* fix bug with negative time-remaining on time budget retries
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

setup(
name="baseplate",
version="0.11.1",
version="0.12.0",
packages=find_packages(exclude=["tests"]),

install_requires=install_requires,
Expand Down

0 comments on commit 9052668

Please sign in to comment.