Skip to content

Commit 3895052

Browse files
authored
Move version to 3.3.0 + Update CHANGES.md (#191)
1 parent a3c7f84 commit 3895052

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
# 3.2.0 (2019-01-25)
29

310
- Change plugins to be off unless explicitly enabled via configuration - `Fixes #142`

src/bandersnatch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def version_str(self) -> str:
1717

1818
__version_info__ = _VersionInfo(
1919
major=3,
20-
minor=2,
20+
minor=3,
2121
micro=0,
2222
releaselevel="",
2323
serial=0, # Not currently in use with Bandersnatch versioning

0 commit comments

Comments
 (0)