Loading CHANGELOG.md +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ When preparing for a bug fix release create a new 2nd heading above the Fixed heading to indicate that only the bug fixes and security fixes are in the bug fix release. --> ## [Unreleased] ## [1.0.0-rc2] ### Changed - Redis queue population pushed to a background thread for non-blocking data processing. Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ from setuptools import setup, find_packages with open('README.md', 'r') as f: long_description = f.read() __version__ = '1.0.0-rc1' __version__ = '1.0.0-rc2' def setup_package(): setup( Loading Loading
CHANGELOG.md +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ When preparing for a bug fix release create a new 2nd heading above the Fixed heading to indicate that only the bug fixes and security fixes are in the bug fix release. --> ## [Unreleased] ## [1.0.0-rc2] ### Changed - Redis queue population pushed to a background thread for non-blocking data processing. Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ from setuptools import setup, find_packages with open('README.md', 'r') as f: long_description = f.read() __version__ = '1.0.0-rc1' __version__ = '1.0.0-rc2' def setup_package(): setup( Loading