Skip to content

Commit 4fe0076

Browse files
Carlos Mocholílexierule
authored andcommitted
Prepare for the 1.6.0 release
1 parent 17215ed commit 4fe0076

File tree

2 files changed

+85
-2
lines changed

2 files changed

+85
-2
lines changed

CHANGELOG.md

Lines changed: 84 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,90 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8-
## [1.6.0] - 2022-MM-DD
8+
## [1.7.0] - 2022-MM-DD
9+
10+
### Added
11+
12+
-
13+
14+
15+
-
16+
17+
18+
-
19+
20+
21+
-
22+
23+
24+
-
25+
26+
### Changed
27+
28+
-
29+
30+
31+
-
32+
33+
34+
-
35+
36+
37+
-
38+
39+
40+
-
41+
42+
### Deprecated
43+
44+
-
45+
46+
47+
-
48+
49+
50+
-
51+
52+
53+
-
54+
55+
56+
-
57+
58+
### Removed
59+
60+
-
61+
62+
63+
-
64+
65+
66+
-
67+
68+
69+
-
70+
71+
72+
-
73+
74+
### Fixed
75+
76+
-
77+
78+
79+
-
80+
81+
82+
-
83+
84+
85+
-
86+
87+
88+
-
89+
90+
91+
## [1.6.0] - 2022-03-29
992

1093
### Added
1194

pytorch_lightning/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import time
22

33
_this_year = time.strftime("%Y")
4-
__version__ = "1.6.0rc1"
4+
__version__ = "1.6.0"
55
__author__ = "William Falcon et al."
66
__author_email__ = "[email protected]"
77
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)