Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 2a36255

Browse files
committed
Cut version 0.13.0
1 parent 0054e8d commit 2a36255

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
baseplate (0.13.0) trusty; urgency=medium
2+
3+
* allow config.Optional options to have key missing from INI too
4+
* make config.String and config.TupleOf enforce presence of values
5+
* add helpers for loading Redis and Cassandra drivers from config
6+
* make EventQueue a ContextFactory so it can go on the context object
7+
* add baseplate-script for backend jobs
8+
9+
-- Neil Williams <neil@reddit.com> Tue, 19 Jul 2016 14:01:02 -0700
10+
111
baseplate (0.12.0) trusty; urgency=medium
212

313
* Events: Add support for the `interana_excluded` payload section

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
setup(
4444
name="baseplate",
45-
version="0.12.0",
45+
version="0.13.0",
4646
packages=find_packages(exclude=["tests"]),
4747

4848
install_requires=install_requires,

0 commit comments

Comments
 (0)