Skip to content

Commit 2ba2174

Browse files
Fix dates in changelog (2020 -> 2021).
1 parent e9df907 commit 2ba2174

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

CHANGELOG

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
CHANGELOG
22
=========
33

4-
3.0.19: 2020-07-08
4+
5+
3.0.19: 2021-07-08
56
------------------
67

78
Fixes:
@@ -10,14 +11,14 @@ Fixes:
1011
- Allow usage of `await` in assignment expressions or for-loops.
1112

1213

13-
3.0.18: 2020-06-26
14+
3.0.18: 2021-06-26
1415
------------------
1516

1617
Fixes:
1718
- Made "black" an optional dependency.
1819

1920

20-
3.0.17: 2020-03-22
21+
3.0.17: 2021-03-22
2122
------------------
2223

2324
Fixes:
@@ -26,7 +27,7 @@ Fixes:
2627
- Fix race condition during retrieval of signatures.
2728

2829

29-
3.0.16: 2020-02-11
30+
3.0.16: 2021-02-11
3031
------------------
3132

3233
(Commit 7f619e was missing in previous release.)
@@ -38,7 +39,7 @@ Fixes:
3839
completions were missed out if the fuzzy completer doesn't find them.
3940

4041

41-
3.0.15: 2020-02-11
42+
3.0.15: 2021-02-11
4243
------------------
4344

4445
New features:
@@ -48,7 +49,7 @@ Fixes:
4849
- Fix `AttributeError` during retrieval of signatures with type annotations.
4950

5051

51-
3.0.14: 2020-02-10
52+
3.0.14: 2021-02-10
5253
------------------
5354

5455
New features:
@@ -67,7 +68,7 @@ Fixes:
6768
- Hide signature when sidebar is visible.
6869

6970

70-
3.0.13: 2020-01-26
71+
3.0.13: 2021-01-26
7172
------------------
7273

7374
New features:
@@ -82,7 +83,7 @@ Fixes:
8283
- Fix line ending bug in pager.
8384

8485

85-
3.0.12: 2020-01-24
86+
3.0.12: 2021-01-24
8687
------------------
8788

8889
New features:
@@ -96,7 +97,7 @@ Fixes:
9697
- Properly handle `SystemExit`.
9798

9899

99-
3.0.11: 2020-01-20
100+
3.0.11: 2021-01-20
100101
------------------
101102

102103
New features:
@@ -119,7 +120,7 @@ Fixes:
119120
- Don't execute PYTHONSTARTUP when -i flag was given.
120121

121122

122-
3.0.10: 2020-01-13
123+
3.0.10: 2021-01-13
123124
------------------
124125

125126
Fixes:
@@ -128,7 +129,7 @@ Fixes:
128129
default.
129130

130131

131-
3.0.9: 2020-01-10
132+
3.0.9: 2021-01-10
132133
-----------------
133134

134135
New features:
@@ -137,7 +138,7 @@ New features:
137138
- Show REPL title in pager.
138139

139140

140-
3.0.8: 2020-01-05
141+
3.0.8: 2021-01-05
141142
-----------------
142143

143144
New features:

0 commit comments

Comments
 (0)