Skip to content

Commit

Permalink
🥚 🎡 release 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Aug 27, 2020
1 parent 007b9c0 commit 53b7ae7
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change log
================================================================================

0.0.15 - 27-08-2020
--------------------------------------------------------------------------------

**Updated**

#. use pypi-mobans version 0.0.12

0.0.14 - 03-05-2020
--------------------------------------------------------------------------------

Expand Down
6 changes: 6 additions & 0 deletions changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: "pypi-mobans"
organisation: moremoban
releases:
- changes:
- action: Updated
details:
- use pypi-mobans version 0.0.12
date: 27-08-2020
version: 0.0.15
- changes:
- action: Updated
details:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
copyright = '2018-2020 Onni Software Ltd. and its contributors'
author = 'C.W.'
# The short X.Y version
version = '0.0.14'
version = '0.0.15'
# The full version, including alpha/beta/rc tags
release = '0.0.14'
release = '0.0.15'

# -- General configuration ---------------------------------------------------

Expand Down
8 changes: 4 additions & 4 deletions pypi-mobans-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ organisation: "moremoban"
author: "C.W."
contact: "wangc_2011@hotmail.com"
company: "Onni Software Ltd. and its contributors"
version: "0.0.14"
current_version: "0.0.14"
release: "0.0.14"
version: "0.0.15"
current_version: "0.0.15"
release: "0.0.15"
copyright_year: 2018-2020
license: public license
dependencies: []
Expand All @@ -15,4 +15,4 @@ setup_py: false
rsrcdir: docs/source
rbuilddir: docs/_build
mastertocmaxdepth: 3
lint_command: bash lint.sh
lint_command: bash lint.sh
2 changes: 1 addition & 1 deletion pypi_mobans_pkg/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.0.14"
__version__ = "0.0.15"
__author__ = "C.W."
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@

NAME = "pypi-mobans-pkg"
AUTHOR = "C.W."
VERSION = "0.0.14"
VERSION = "0.0.15"
EMAIL = "wangc_2011@hotmail.com"
LICENSE = "public license"
DESCRIPTION = (
"Scaffolding mobans for your Python project."
)
URL = "https://github.com/moremoban/pypi-mobans-pkg"
DOWNLOAD_URL = "%s/archive/0.0.14.tar.gz" % URL
DOWNLOAD_URL = "%s/archive/0.0.15.tar.gz" % URL
FILES = ["README.rst", "CHANGELOG.rst"]
KEYWORDS = [
"python",
Expand Down Expand Up @@ -69,8 +69,8 @@
EXTRAS_REQUIRE = {}
# 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 pypi-mobans-pkg v0.0.14 " +
"Find 0.0.14 in changelog for more details")
GS_COMMAND = ("gs pypi-mobans-pkg v0.0.15 " +
"Find 0.0.15 in changelog for more details")
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
"Please install gease to enable it.")
UPLOAD_FAILED_MSG = (
Expand Down
6 changes: 6 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ mock;python_version<"3"
codecov
coverage
flake8
black
isort
collective.checkdocs
pygments
moban
moban_jinja2_github

0 comments on commit 53b7ae7

Please sign in to comment.