Skip to content

Commit

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

* add memcached serde helpers
* add instrumentation for CQLMapper clients
* restructure Baseplate.configure_tracing for consistency
* disable interpolation when parsing config files
* add Fallback option to config parsers

-- Neil Williams <neil@reddit.com> Tue, 09 May 2017 08:01:08 -0700

baseplate (0.17.1) trusty; urgency=medium

* Add configuration for trace debug logging
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
author_email="neil@reddit.com",
license="BSD",
url="https://reddit.github.io/baseplate/",
version="0.17.1",
version="0.18.0",

packages=find_packages(exclude=["tests", "tests.*"]),

Expand Down

0 comments on commit 2b67217

Please sign in to comment.