Skip to content

Commit c624522

Browse files
committed
🥚 🎡 release 0.7.7
1 parent db286ac commit c624522

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.moban.cd/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ releases:
88
- action: Fixed
99
details:
1010
- "strip did not work in 0.7.6"
11-
date: tbd
11+
date: 24.5.2020
1212
version: 0.7.7
1313
- changes:
1414
- action: Added

.moban.cd/moban.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ contact: [email protected]
66
license: MIT
77
version: 0.7.7
88
current_version: 0.7.7
9-
release: 0.7.6
9+
release: 0.7.7
1010
branch: master
1111
master: index
1212
command_line_interface: "moban"

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change log
22
================================================================================
33

4-
0.7.7 - tbd
4+
0.7.7 - 24.5.2020
55
--------------------------------------------------------------------------------
66

77
**Added**

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = '0.7.7'
2929
# The full version, including alpha/beta/rc tags
30-
release = '0.7.6'
30+
release = '0.7.7'
3131

3232
# -- General configuration ---------------------------------------------------
3333

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"General purpose static text generator"
5454
)
5555
URL = "https://github.com/moremoban/moban"
56-
DOWNLOAD_URL = "%s/archive/0.7.6.tar.gz" % URL
56+
DOWNLOAD_URL = "%s/archive/0.7.7.tar.gz" % URL
5757
FILES = ["README.rst", "CONTRIBUTORS.rst", "CHANGELOG.rst"]
5858
KEYWORDS = [
5959
"python",
@@ -96,8 +96,8 @@
9696
}
9797
# You do not need to read beyond this line
9898
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
99-
GS_COMMAND = ("gs moban v0.7.6 " +
100-
"Find 0.7.6 in changelog for more details")
99+
GS_COMMAND = ("gs moban v0.7.7 " +
100+
"Find 0.7.7 in changelog for more details")
101101
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
102102
"Please install gease to enable it.")
103103
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)