diff --git a/CHANGES.rst b/CHANGES.rst index be896d1..197ad83 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -40,3 +40,8 @@ Ben Le (kantas92) * Fixed unicode vs bytecode encoding madness when sending unicode. +0.4.1 (June 15, 2014) +------------------ + +Turns out I actually didn't release Ben Le's code when I thought I did. Bad release engineer, no biscuit. + diff --git a/setup.py b/setup.py index 63ba12e..6644f6f 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='pyexchange', - version='0.5-dev', + version='0.4.1', url='https://github.com/linkedin/pyexchange', license='Apache', author='Rachel Sanders',