diff --git a/NEWS.rst b/NEWS.rst index d8a972d..3715fd6 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,7 +2,7 @@ Release History --------------- -0.3 (2012-01-XX) +0.3 (2012-01-04) ~~~~~~~~~~~~~~~~ * Issue #5: ContextStack.register no longer pointlessly returns the wrapped @@ -13,7 +13,7 @@ Release History * Issue #1: Add ContextStack.preserve() to move all registered callbacks to a new ContextStack object * Wrapped callbacks now expose __wrapped__ (for direct callbacks) or __self__ -(for context manager methods) attributes to aid in introspection + (for context manager methods) attributes to aid in introspection * Moved version number to a VERSION.txt file (read by both docs and setup.py) * Added NEWS.rst (and incorporated into documentation) diff --git a/VERSION.txt b/VERSION.txt index f46a2c2..1d71ef9 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.2+ \ No newline at end of file +0.3 \ No newline at end of file