File tree Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
- 0.0.3 - 08-11-2018
4
+ 0.0.4 - 22-01-2019
5
+ --------------------------------------------------------------------------------
6
+
7
+ Updated
8
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9
+
10
+ #. fix the bug where the pypi-mobans were completely missing
11
+
12
+ 0.0.3 - 18-01-2019
5
13
--------------------------------------------------------------------------------
6
14
7
15
Updated
Original file line number Diff line number Diff line change 1
1
name : " pypi-mobans"
2
2
organisation : moremoban
3
3
releases :
4
+ - changes :
5
+ - action : Updated
6
+ details :
7
+ - fix the bug where the pypi-mobans were completely missing
8
+ date : 22-01-2019
9
+ version : 0.0.4
4
10
- changes :
5
11
- action : Updated
6
12
details :
7
13
- use pypi-mobans version 0.0.2 and 0.0.3
8
14
- added License file
9
- date : 08-11-2018
15
+ date : 18-01-2019
10
16
version : 0.0.3
11
17
- changes :
12
18
- action : First release
Original file line number Diff line number Diff line change 26
26
author = 'Onni Software Ltd. and its contributors'
27
27
28
28
# The short X.Y version
29
- version = '0.0.2.1 '
29
+ version = '0.0.3 '
30
30
# The full version, including alpha/beta/rc tags
31
- release = '0.0.2.1 '
31
+ release = '0.0.3 '
32
32
33
33
34
34
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 5
5
import sys
6
6
import codecs
7
7
import locale
8
+ import platform
8
9
from shutil import rmtree
9
10
10
11
from setuptools import Command , setup , find_packages
11
12
12
- from platform import python_implementation
13
13
PY2 = sys .version_info [0 ] == 2
14
14
PY26 = PY2 and sys .version_info [1 ] < 7
15
15
PY33 = sys .version_info < (3 , 4 )
You can’t perform that action at this time.
0 commit comments