Commit 8d82a695 authored by Jay Laura's avatar Jay Laura
Browse files

Updates: setup.py for 1.0.0-rc2 release

parent 8dda572d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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(