Prepare v1.5.0rc0 (#9893)

This commit is contained in:
Kaushik B 2021-10-11 21:36:01 +02:00 committed by GitHub
parent 173f4c8466
commit c3aa6e9818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [unReleased] - 2021-MM-DD
## [1.5.0] - 2021-MM-DD
### Added

View File

@ -1,7 +1,7 @@
import time
_this_year = time.strftime("%Y")
__version__ = "1.5.0dev"
__version__ = "1.5.0rc0"
__author__ = "William Falcon et al."
__author_email__ = "waf2107@columbia.edu"
__license__ = "Apache-2.0"