File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.3.0 (2019-04-11)
2
+
3
+ - Add latest version and specific platform plugins - ` Fixes #49 ` - Thanks ** @rene-d **
4
+ - Generate data-requires-python attributes in index.html - ` Fixes #68 ` - Thanks ** @z4yx **
5
+ - Make package filtering logging less noisy when disabled - ` Fixes #146 `
6
+ - Many pyup.io dependency upgrades
7
+
1
8
# 3.2.0 (2019-01-25)
2
9
3
10
- Change plugins to be off unless explicitly enabled via configuration - ` Fixes #142 `
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def version_str(self) -> str:
17
17
18
18
__version_info__ = _VersionInfo (
19
19
major = 3 ,
20
- minor = 2 ,
20
+ minor = 3 ,
21
21
micro = 0 ,
22
22
releaselevel = "" ,
23
23
serial = 0 , # Not currently in use with Bandersnatch versioning
You can’t perform that action at this time.
0 commit comments