File tree Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 11Change 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+
4120.0.1 - 23.08.2020
513--------------------------------------------------------------------------------
614
Original file line number Diff line number Diff line change 1- Copyright (c) 2020 by chfw and its contributors
1+ Copyright (c) 2020 by C.W. and its contributors
22All rights reserved.
33
44Redistribution and use in source and binary forms of the software as well
Original file line number Diff line number Diff line change 2020copyright = ''
2121author = '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
Original file line number Diff line number Diff line change 1- __version__ = "0.0.1 "
1+ __version__ = "0.0.2 "
22__author__ = "chfw"
Original file line number Diff line number Diff line change 3232
3333NAME = "moban-jinja2-github"
3434AUTHOR = "chfw"
35- VERSION = "0.0.1 "
35+ VERSION = "0.0.2 "
3636EMAIL = "info@moremoban.org"
3737LICENSE = "newbsd"
3838DESCRIPTION = (
3939 "Github specific filters, tests and globals"
4040)
4141URL = "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
4343FILES = ["README.rst" , "CHANGELOG.rst" ]
4444KEYWORDS = [
4545 "python" ,
7171}
7272# You do not need to read beyond this line
7373PUBLISH_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" )
7676NO_GS_MESSAGE = ("Automatic github release is disabled. " +
7777 "Please install gease to enable it." )
7878UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments