Skip to content

Commit 040423e

Browse files
committed
💎 release 0.0.4
1 parent c50c339 commit 040423e

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
Change log
22
================================================================================
33

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
513
--------------------------------------------------------------------------------
614

715
Updated

changelog.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
name: "pypi-mobans"
22
organisation: moremoban
33
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
410
- changes:
511
- action: Updated
612
details:
713
- use pypi-mobans version 0.0.2 and 0.0.3
814
- added License file
9-
date: 08-11-2018
15+
date: 18-01-2019
1016
version: 0.0.3
1117
- changes:
1218
- action: First release

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
author = 'Onni Software Ltd. and its contributors'
2727

2828
# The short X.Y version
29-
version = '0.0.2.1'
29+
version = '0.0.3'
3030
# The full version, including alpha/beta/rc tags
31-
release = '0.0.2.1'
31+
release = '0.0.3'
3232

3333

3434
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
import sys
66
import codecs
77
import locale
8+
import platform
89
from shutil import rmtree
910

1011
from setuptools import Command, setup, find_packages
1112

12-
from platform import python_implementation
1313
PY2 = sys.version_info[0] == 2
1414
PY26 = PY2 and sys.version_info[1] < 7
1515
PY33 = sys.version_info < (3, 4)

0 commit comments

Comments
 (0)