Skip to content

Commit

Permalink
Change version #s from 0.9.11 to 0.10.0 and update change log for rel…
Browse files Browse the repository at this point in the history
…ease.
  • Loading branch information
rafrombrc committed Jan 18, 2013
1 parent 59e88b4 commit d5eb522
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions CHANGES.rst
@@ -1,8 +1,14 @@
0.9.11 - ???
==================
0.10.0 - 2013-01-18
===================

- Improved sample testing to use a larger sample size for fewer false
failures.

- Switched to always emitting RFC3339 timestamps, and no longer allow
timestamp to be passed in as an argument in metlog client API.

0.9.10 - 2012-12-28
==================
===================
- changed the _config attribute to be a flat json string for simpler
debugging in production systems

Expand Down
2 changes: 1 addition & 1 deletion MetlogPy.spec
@@ -1,6 +1,6 @@
%define name metlog-py
%define pythonname MetlogPy
%define version 0.9.11
%define version 0.10.0
%define unmangled_version %{version}
%define release 0

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@
# built documents.
#
# The short X.Y version.
version = '0.9.11'
version = '0.10.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@
import os
from setuptools import setup, find_packages

version = '0.9.11'
version = '0.10.0'

here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.rst')) as f:
Expand Down

0 comments on commit d5eb522

Please sign in to comment.