From 7b7d4bb86d2c28ccc8b13953481f084d6f8accf7 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Wed, 2 Dec 2020 22:49:47 +0100 Subject: [PATCH] ci typo in cofig (#4954) * ci typo * v++ Co-authored-by: edenlightning <66261195+edenlightning@users.noreply.github.com> --- .github/workflows/ci_test-full.yml | 2 +- CHANGELOG.md | 2 +- pytorch_lightning/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_test-full.yml b/.github/workflows/ci_test-full.yml index 494729bf74..1a2115a40f 100644 --- a/.github/workflows/ci_test-full.yml +++ b/.github/workflows/ci_test-full.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 241424deae..d950b24ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pytorch_lightning/__init__.py b/pytorch_lightning/__init__.py index 7b28c91cb0..f543e4382c 100644 --- a/pytorch_lightning/__init__.py +++ b/pytorch_lightning/__init__.py @@ -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'