Skip to content

Commit 42bfc54

Browse files
committed
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent 585690e commit 42bfc54

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
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.2 - 28.08.2020
5+
--------------------------------------------------------------------------------
6+
7+
**first release**
8+
9+
#. cope with new born project where github link is not ready. contributors list
10+
will be empty.
11+
412
0.0.1 - 23.08.2020
513
--------------------------------------------------------------------------------
614

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020 by chfw and its contributors
1+
Copyright (c) 2020 by C.W. and its contributors
22
All rights reserved.
33

44
Redistribution and use in source and binary forms of the software as well

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 = 'chfw'
2222
# The short X.Y version
23-
version = '0.0.1'
23+
version = '0.0.2'
2424
# The full version, including alpha/beta/rc tags
25-
release = '0.0.1'
25+
release = '0.0.2'
2626

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

moban_jinja2_github/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.0.2"
22
__author__ = "chfw"

setup.py

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

3333
NAME = "moban-jinja2-github"
3434
AUTHOR = "chfw"
35-
VERSION = "0.0.1"
35+
VERSION = "0.0.2"
3636
3737
LICENSE = "newbsd"
3838
DESCRIPTION = (
3939
"Github specific filters, tests and globals"
4040
)
4141
URL = "https://github.com/moremoban/moban-jinja2-github"
42-
DOWNLOAD_URL = "%s/archive/0.0.1.tar.gz" % URL
42+
DOWNLOAD_URL = "%s/archive/0.0.2.tar.gz" % URL
4343
FILES = ["README.rst", "CHANGELOG.rst"]
4444
KEYWORDS = [
4545
"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-jinja2-github v0.0.1 " +
75-
"Find 0.0.1 in changelog for more details")
74+
GS_COMMAND = ("gs moban-jinja2-github v0.0.2 " +
75+
"Find 0.0.2 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)