Skip to content

Commit 977b6c4

Browse files
committed
bump version to 3.1a4
1 parent d6e0664 commit 977b6c4

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,26 @@ new:
77
- basic threading in API requests (up to ~5x speedup for season packs)
88
- multi-episode submissions
99
- config migration (API keys now embedded, imgur re-auth required)*
10+
- metacritic rating for movies
11+
- added directors to tags (thanks to znedw)
1012

1113
<sub><sub><sub>*if you encounter issues, delete the entire `[Imgur]` section from your config.</sub></sub></sub>
1214

1315
fixed:
1416
- bug in source selection
1517
- IMDb cast ordering (stars are now always first)
18+
- missing MPAA rating
1619

1720
## 3.0.3
1821

1922
Minor feature update
2023

21-
new: ptpimg support (thanks znedw!
24+
new: ptpimg support (thanks to znedw)
2225
fixed: episode naming
2326

2427
## 3.0.2
2528

26-
Maintenance update (thanks plotski, eeeeve, ...)
29+
Maintenance update (thanks to plotski, eeeeve, ...)
2730

2831
breaking change: dropped Python 2 support
2932

@@ -47,4 +50,4 @@ new:
4750
- scene check
4851
- torrent black-holing
4952
- persistent config file
50-
- Python 3 support
53+
- Python 3 support

pythonbits/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
__title__ = "pythonBits"
4-
__version__ = "3.1a3"
4+
__version__ = "3.1a4"
55
__copyright__ = "Copyright 2018, The pythonBits Authors"
66
__maintainer__ = "mueslo"
77
__license__ = "GPLv3"

0 commit comments

Comments
 (0)