Skip to content

Commit c126716

Browse files
committed
🥚 🎡 release 0.2.2
1 parent 8f2c98d commit c126716

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.moban.cd/moban.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ contact: [email protected]
55
license: MIT
66
version: 0.2.2
77
current_version: 0.2.2
8-
release: 0.2.1
8+
release: 0.2.2
99
branch: master
1010
command_line_interface: "moban"
1111
entry_point: "moban.main:main"
@@ -18,4 +18,4 @@ dependencies:
1818
- lml==0.0.3
1919
- crayons
2020
description: Yet another jinja2 cli command for static text generation
21-
scm_host: github.com
21+
scm_host: github.com

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'Yet another jinja2 cli command for static text generation'
2424
)
2525
URL = 'https://github.com/moremoban/moban'
26-
DOWNLOAD_URL = '%s/archive/0.2.1.tar.gz' % URL
26+
DOWNLOAD_URL = '%s/archive/0.2.2.tar.gz' % URL
2727
FILES = ['README.rst', 'CHANGELOG.rst']
2828
KEYWORDS = [
2929
'jinja2',
@@ -58,8 +58,8 @@
5858
# You do not need to read beyond this line
5959
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
6060
sys.executable)
61-
GS_COMMAND = ('gs moban v0.2.1 ' +
62-
"Find 0.2.1 in changelog for more details")
61+
GS_COMMAND = ('gs moban v0.2.2 ' +
62+
"Find 0.2.2 in changelog for more details")
6363
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
6464
'Please install gease to enable it.')
6565
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)