Skip to content

Commit 6aa8df5

Browse files
committed
📚 update release tag
1 parent 73c2167 commit 6aa8df5

File tree

6 files changed

+25
-11
lines changed

6 files changed

+25
-11
lines changed

CHANGELOG.rst

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

4+
0.0.4 - 14.10.2019
5+
--------------------------------------------------------------------------------
6+
7+
**Updated**
8+
9+
#. `#10 <https://github.com/moremoban/moban-handlebars/issues/10>`_: support
10+
moban v6.5
11+
412
0.0.3 - 10.09.2019
513
--------------------------------------------------------------------------------
614

changelog.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: moban-handlebars
22
organisation: moremoban
33
releases:
4+
- changes:
5+
- action: Updated
6+
details:
7+
- "`#10`: support moban v6.5"
8+
date: 14.10.2019
9+
version: 0.0.4
410
- changes:
511
- action: Updated
612
details:

docs/source/conf.py

Lines changed: 3 additions & 3 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.3'
23+
version = '0.0.4'
2424
# The full version, including alpha/beta/rc tags
25-
release = '0.0.3'
25+
release = '0.0.4'
2626

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

@@ -59,4 +59,4 @@
5959
# Add any paths that contain custom static files (such as style sheets) here,
6060
# relative to this directory. They are copied after the builtin static files,
6161
# so a file named "default.css" will overwrite the builtin "default.css".
62-
html_static_path = ['static']
62+
html_static_path = ['static']

moban-handlebars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ organisation: "moremoban"
33
author: "Charlie Liu, C.W. et al"
44
55
company: "Moremoban dev team and its contributors"
6-
version: "0.0.3"
7-
current_version: "0.0.3"
8-
release: "0.0.3"
6+
version: "0.0.4"
7+
current_version: "0.0.4"
8+
release: "0.0.4"
99
copyright_year: 2018-2019
1010
license: MIT
1111
dependencies:

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.3"
1+
__version__ = "0.0.4"
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.3"
32+
VERSION = "0.0.4"
3333
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.3.tar.gz" % URL
39+
DOWNLOAD_URL = "%s/archive/0.0.4.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.3 " +
75-
"Find 0.0.3 in changelog for more details")
74+
GS_COMMAND = ("gs moban-handlebars v0.0.4 " +
75+
"Find 0.0.4 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)