Skip to content

Commit

Permalink
🥚 🎡 release 0.6.0 - PyFileSystem2 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Sep 9, 2019
1 parent bf5ab52 commit c62ea15
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .moban.cd/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ releases:
- action: Updated
details:
- "`#275`: fix moban 0.4.5 test failures on openSUSE Tumbleweed"
date: tba
date: 10.09.2019
version: 0.6.0
- changes:
- action: Updated
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: [email protected]
license: MIT
version: 0.6.0
current_version: 0.6.0
release: 0.5.0
release: 0.6.0
branch: master
master: index
command_line_interface: "moban"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change log
================================================================================

0.6.0 - tba
0.6.0 - 10.09.2019
--------------------------------------------------------------------------------

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

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

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"Yet another jinja2 cli command for static text generation"
)
URL = "https://github.com/moremoban/moban"
DOWNLOAD_URL = "%s/archive/0.5.0.tar.gz" % URL
DOWNLOAD_URL = "%s/archive/0.6.0.tar.gz" % URL
FILES = ["README.rst", "CONTRIBUTORS.rst", "CHANGELOG.rst"]
KEYWORDS = [
"python",
Expand Down Expand Up @@ -95,8 +95,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.5.0 " +
"Find 0.5.0 in changelog for more details")
GS_COMMAND = ("gs moban v0.6.0 " +
"Find 0.6.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 c62ea15

Please sign in to comment.