mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
Prep for 0.3 release
This commit is contained in:
parent
0cbb244909
commit
e2b0e0c037
2 changed files with 3 additions and 3 deletions
4
NEWS.rst
4
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)
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.2+
|
||||
0.3
|
||||
Loading…
Reference in a new issue