Skip to content

Commit

Permalink
Cut release 0.27.0 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaitaan authored Jul 19, 2018
1 parent e9b48b7 commit d0593ed
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.27.0) trusty; urgency=medium

* Add kombu to docs requirements.
* Skip queue_consumer_tests if kombu not present.
* Fix build on BSD.
* Support new experiment bucketing logic (#186).
* Stop error on bad config (#191).

-- Mike Doherty <mike@reddit.com> Wed, 18 Jul 2018 22:10:39 +0000

baseplate (0.26.0) trusty; urgency=medium

* Add details to memcache tracing spans (#160).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run(self):
author_email="neil@reddit.com",
license="BSD",
url="https://baseplate.readthedocs.io/en/stable/",
version="0.26.0",
version="0.27.0",

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

Expand Down

0 comments on commit d0593ed

Please sign in to comment.