Skip to content

Commit 4574023

Browse files
authored
* v1.2.0 * docs
1 parent 5d6a091 commit 4574023

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7-
## [1.2] - YYYY-MM-DD
7+
8+
## [1.2.0] - 2021-02-18
89

910
### Added
1011

docs/source/common/lightning_module.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,8 @@ The current step (does not reset each epoch)
841841

842842
hparams
843843
~~~~~~~
844-
After calling ``save_hyperparameters`` anything passed to ``__init__()`` is available via the ``hparams`` attribute.
844+
The arguments saved by calling ``save_hyperparameters`` passed through ``__init__()``
845+
could be accessed by the ``hparams`` attribute.
845846

846847
.. code-block:: python
847848

pytorch_lightning/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import time
66

77
_this_year = time.strftime("%Y")
8-
__version__ = '1.2.0rc2'
8+
__version__ = '1.2.0'
99
__author__ = 'William Falcon et al.'
1010
__author_email__ = '[email protected]'
1111
__license__ = 'Apache-2.0'

0 commit comments

Comments
 (0)