Prepare v1.5.0rc0 (#9893)
This commit is contained in:
parent
173f4c8466
commit
c3aa6e9818
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue