Skip to content

Commit

Permalink
🥚 🎡 release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Feb 19, 2019
1 parent 9517891 commit 3de295d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .moban.cd/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ releases:
details:
- "`#219`: git clone depth set to 2"
- "`#186`: lowest dependecy on ruamel.yaml is 0.15.5, Jun 2017"
date: unreleased
date: 20.02.2019
version: 0.4.0
- changes:
- action: Added
Expand Down
2 changes: 1 addition & 1 deletion .moban.cd/moban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ contact: wangc_2011@hotmail.com
license: MIT
version: 0.4.0
current_version: 0.4.0
release: 0.3.10
release: 0.4.0
branch: master
master: index
command_line_interface: "moban"
Expand Down
8 changes: 1 addition & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
Change log
================================================================================

0.4.0 - unreleased
0.4.0 - 20.02.2019
--------------------------------------------------------------------------------

Added
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

#. `#90 <https://github.com/moremoban/moban/issues/90>`_: Dynamically import
modules of extensions in order to support third-party extensions

Added
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

#. `#165 <https://github.com/moremoban/moban/issues/165>`_: Copy as plugins

Added
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# The short X.Y version
version = '0.4.0'
# The full version, including alpha/beta/rc tags
release = '0.3.10'
release = '0.4.0'


# -- General configuration ---------------------------------------------------
Expand Down
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

NAME = 'moban'
AUTHOR = 'C. W.'
VERSION = '0.3.10'
VERSION = '0.4.0'
EMAIL = 'wangc_2011@hotmail.com'
LICENSE = 'MIT'
ENTRY_POINTS = {
Expand All @@ -41,7 +41,7 @@
'Yet another jinja2 cli command for static text generation'
)
URL = 'https://github.com/moremoban/moban'
DOWNLOAD_URL = '%s/archive/0.3.10.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.4.0.tar.gz' % URL
FILES = ['README.rst', 'CONTRIBUTORS.rst', 'CHANGELOG.rst']
KEYWORDS = [
'python',
Expand All @@ -62,13 +62,13 @@
]

INSTALL_REQUIRES = [
'ruamel.yaml==0.15.87',
'ruamel.yaml>=0.15.5',
'jinja2>=2.7.1',
'lml>=0.0.9',
'appdirs==1.4.3',
'crayons',
'GitPython==2.1.11',
'git-url-parse',
'giturlparse',
]
SETUP_COMMANDS = {}

Expand All @@ -79,8 +79,8 @@
# You do not need to read beyond this line
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
sys.executable)
GS_COMMAND = ('gs moban v0.3.10 ' +
"Find 0.3.10 in changelog for more details")
GS_COMMAND = ('gs moban v0.4.0 ' +
"Find 0.4.0 in changelog for more details")
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
'Please install gease to enable it.')
UPLOAD_FAILED_MSG = (
Expand Down

0 comments on commit 3de295d

Please sign in to comment.