diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0dc528850f233f1d9cf6adadeb766248472f1d..b1640e750ec0c34530798b910cfb3ecf5c096f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,2 @@ -# v2.24.1 - -* minor pylint improvements -* better coverage -* SyncableDroppable.cleanup() bugs out, wrote a quick patch for it to do nothing and filed as #61. -* unit tests for overloading -* fixed #60 -* fixed #59 -* extended type signature of ListWrapperIterator +# v2.24.2 diff --git a/satella/__init__.py b/satella/__init__.py index 57a522ce8b02bcfff918389cf07ecf0e62cf7e1f..f0400145ad1bea4d21a221a13e4ec0e22592385d 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.24.1' +__version__ = '2.24.2a1'