Skip to content

Commit

Permalink
Bump version and update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSank committed May 29, 2019
1 parent 95c4e83 commit d99fb99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
28 May 2019
v0.5.3
Fixed mistake in setup.py. Previous release was borked.

24 May 2019
v0.5 - This is a big release.
Instead of a single decorator `@event` for both normal functions and
Expand Down
2 changes: 1 addition & 1 deletion observed.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def bar(self, x):
import weakref
import functools

__version__ = "0.5.2"
__version__ = "0.5.3"


INSTANCE_OBSERVER_ATTR = "_observed__observers"
Expand Down

0 comments on commit d99fb99

Please sign in to comment.