Skip to content

Commit

Permalink
This is an auto-commit, updating project meta data, such as changelog…
Browse files Browse the repository at this point in the history
….rst, contributors.rst
  • Loading branch information
chfw committed Sep 13, 2020
1 parent b608f4b commit 331811e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 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.1.3 - 13-09-2020
--------------------------------------------------------------------------------

**Fixed**

#. include new-project folder in the package

0.1.2 - 13-09-2020
--------------------------------------------------------------------------------

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.1.2'
version = '0.1.3'
# The full version, including alpha/beta/rc tags
release = '0.1.2'
release = '0.1.3'

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

Expand Down
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.1.2"
__version__ = "0.1.3"
__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.1.2"
VERSION = "0.1.3"
EMAIL = "[email protected]"
LICENSE = "public license"
DESCRIPTION = (
"Scaffolding mobans for your Python project."
)
URL = "https://github.com/moremoban/pypi-mobans-pkg"
DOWNLOAD_URL = "%s/archive/0.1.2.tar.gz" % URL
DOWNLOAD_URL = "%s/archive/0.1.3.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.1.2 " +
"Find 0.1.2 in changelog for more details")
GS_COMMAND = ("gs pypi-mobans-pkg v0.1.3 " +
"Find 0.1.3 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 331811e

Please sign in to comment.