Commit a801749 1 parent a63adf3 commit a801749 Copy full SHA for a801749
File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.6.2
5
+ -----
6
+
7
+ * Update dependencies
8
+ * Add tests for more platforms
9
+
4
10
0.6.0
5
11
-----
6
12
Original file line number Diff line number Diff line change 61
61
# The short X.Y version.
62
62
version = "0.6"
63
63
# The full version, including alpha/beta/rc tags.
64
- release = "0.6.0 "
64
+ release = "0.6.2 "
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def fix_doc(txt):
27
27
28
28
setup (
29
29
name = "Wikipedia-API" ,
30
- version = "0.6.0 " ,
30
+ version = "0.6.2 " ,
31
31
description = "Python Wrapper for Wikipedia" ,
32
32
long_description = README + "\n \n " + CHANGES ,
33
33
classifiers = [
Original file line number Diff line number Diff line change 6
6
cases.
7
7
"""
8
8
9
- __version__ = (0 , 6 , 0 )
9
+ __version__ = (0 , 6 , 2 )
10
10
from collections import defaultdict
11
11
from enum import IntEnum
12
12
import logging
You can’t perform that action at this time.
0 commit comments