Skip to content

Commit ab59d48

Browse files
committed
📚 update docs and pump up version number
1 parent 6cacd43 commit ab59d48

File tree

6 files changed

+29
-11
lines changed

6 files changed

+29
-11
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Change log
22
================================================================================
33

4+
0.0.3 - tbd
5+
--------------------------------------------------------------------------------
6+
7+
Updated
8+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9+
10+
#. `#7 <https://github.com/moremoban/moban-handlebars/issues/7>`_: support moban
11+
v4.1
12+
#. `#9 <https://github.com/moremoban/moban-handlebars/issues/9>`_: support moban
13+
v6
14+
415
0.0.2 - 22-01-2019
516
--------------------------------------------------------------------------------
617

changelog.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: moban-handlebars
22
organisation: moremoban
33
releases:
4+
- changes:
5+
- action: Updated
6+
details:
7+
- "`#7`: support moban v4.1"
8+
- "`#9`: support moban v6"
9+
date: tbd
10+
version: 0.0.3
411
- changes:
512
- action: Updated
613
details:

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
copyright = ''
2121
author = 'Charlie Liu, C.W. et al'
2222
# The short X.Y version
23-
version = '0.0.2'
23+
version = '0.0.3'
2424
# The full version, including alpha/beta/rc tags
25-
release = '0.0.2'
25+
release = '0.0.3'
2626

2727
# -- General configuration ---------------------------------------------------
2828

moban-handlebars.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ organisation: "moremoban"
33
author: "Charlie Liu, C.W. et al"
44
contact: "wangc_2011@hotmail.com"
55
company: "Moremoban dev team and its contributors"
6-
version: "0.0.2"
7-
current_version: "0.0.2"
8-
release: "0.0.2"
6+
version: "0.0.3"
7+
current_version: "0.0.3"
8+
release: "0.0.3"
99
copyright_year: 2018-2019
1010
license: MIT
1111
dependencies:
1212
- pybars3
1313
- lml>=0.0.7
1414
description: "Provide handlebars templating capability to moban."
15-
lint_command: make lint
15+
lint_command: make lint

moban_handlebars/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.0.3"
22
__author__ = "Charlie Liu, C.W. et al"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929

3030
NAME = "moban-handlebars"
3131
AUTHOR = "Charlie Liu, C.W. et al"
32-
VERSION = "0.0.2"
32+
VERSION = "0.0.3"
3333
EMAIL = "wangc_2011@hotmail.com"
3434
LICENSE = "MIT"
3535
DESCRIPTION = (
3636
"Provide handlebars templating capability to moban."
3737
)
3838
URL = "https://github.com/moremoban/moban-handlebars"
39-
DOWNLOAD_URL = "%s/archive/0.0.2.tar.gz" % URL
39+
DOWNLOAD_URL = "%s/archive/0.0.3.tar.gz" % URL
4040
FILES = ["README.rst", 'CONTRIBUTORS.rst', "CHANGELOG.rst"]
4141
KEYWORDS = [
4242
"python",
@@ -71,8 +71,8 @@
7171
}
7272
# You do not need to read beyond this line
7373
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
74-
GS_COMMAND = ("gs moban-handlebars v0.0.2 " +
75-
"Find 0.0.2 in changelog for more details")
74+
GS_COMMAND = ("gs moban-handlebars v0.0.3 " +
75+
"Find 0.0.3 in changelog for more details")
7676
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
7777
"Please install gease to enable it.")
7878
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)