ci typo in cofig (#4954)
* ci typo * v++ Co-authored-by: edenlightning <66261195+edenlightning@users.noreply.github.com>
This commit is contained in:
parent
91c4e1fa59
commit
7b7d4bb86d
|
@ -19,7 +19,7 @@ jobs:
|
|||
requires: ['minimal', 'latest']
|
||||
exclude:
|
||||
# # todo: segmentation fault for minimal and hanging for latest
|
||||
- python_version: 3.8
|
||||
- python-version: 3.8
|
||||
os: ubuntu-18.04
|
||||
|
||||
# Timeout: https://stackoverflow.com/a/59076067/4521646
|
||||
|
|
|
@ -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.Features] - YYYY-MM-DD
|
||||
## [1.1.0rc1] - 2020-12-02
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Root package info."""
|
||||
|
||||
__version__ = '1.1.0rc0'
|
||||
__version__ = '1.1.0rc1'
|
||||
__author__ = 'William Falcon et al.'
|
||||
__author_email__ = 'waf2107@columbia.edu'
|
||||
__license__ = 'Apache-2.0'
|
||||
|
|
Loading…
Reference in New Issue