File tree Expand file tree Collapse file tree 6 files changed +20
-14
lines changed
Expand file tree Collapse file tree 6 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 11name : moban
22organisation : moremoban
33releases :
4+ - changes :
5+ - action : Updated
6+ details :
7+ - " `#393`: Rendered content output to stdout once"
8+ date : 16.08.2020
9+ version : 0.7.10
410 - changes :
511 - action : Updated
612 details :
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ organisation: moremoban
44author : C. W.
5566license : MIT
7- version : 0.7.9
8- current_version : 0.7.9
9- release : 0.7.9
7+ version : 0.7.10
8+ current_version : 0.7.10
9+ release : 0.7.10
1010branch : master
1111master : index
1212command_line_interface : " moban"
Original file line number Diff line number Diff line change 11Change log
22================================================================================
33
4- 0.7.10 - unreleased
4+ 0.7.10 - 16.08.2020
55--------------------------------------------------------------------------------
66
77**Updated **
88
9- #. `#393 <https://github.com/moremoban/moban/issues/393 >`_: Rendered
10- content output to stdout twice
9+ #. `#393 <https://github.com/moremoban/moban/issues/393 >`_: Rendered content
10+ output to stdout once
1111
12120.7.9 - 06.08.2020
1313--------------------------------------------------------------------------------
1414
1515**Updated **
1616
1717#. `#390 <https://github.com/moremoban/moban/issues/390 >`_: single render action
18- will print to stdout by default
18+ will print to stdout by defafult
1919
20200.7.8 - 09.06.2020
2121--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 2525copyright = '2017-2020 Onni Software Ltd.'
2626author = 'C. W.'
2727# The short X.Y version
28- version = '0.7.9 '
28+ version = '0.7.10 '
2929# The full version, including alpha/beta/rc tags
30- release = '0.7.9 '
30+ release = '0.7.10 '
3131
3232# -- General configuration ---------------------------------------------------
3333
Original file line number Diff line number Diff line change 1- __version__ = "0.7.9 "
1+ __version__ = "0.7.10 "
22__author__ = "C. W."
Original file line number Diff line number Diff line change 4141
4242NAME = "moban"
4343AUTHOR = "C. W."
44- VERSION = "0.7.9 "
44+ VERSION = "0.7.10 "
45454646LICENSE = "MIT"
4747ENTRY_POINTS = {
5353 "General purpose static text generator"
5454)
5555URL = "https://github.com/moremoban/moban"
56- DOWNLOAD_URL = "%s/archive/0.7.9 .tar.gz" % URL
56+ DOWNLOAD_URL = "%s/archive/0.7.10 .tar.gz" % URL
5757FILES = ["README.rst" , "CONTRIBUTORS.rst" , "CHANGELOG.rst" ]
5858KEYWORDS = [
5959 "python" ,
9696}
9797# You do not need to read beyond this line
9898PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
99- GS_COMMAND = ("gs moban v0.7.9 " +
100- "Find 0.7.9 in changelog for more details" )
99+ GS_COMMAND = ("gs moban v0.7.10 " +
100+ "Find 0.7.10 in changelog for more details" )
101101NO_GS_MESSAGE = ("Automatic github release is disabled. " +
102102 "Please install gease to enable it." )
103103UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments