Skip to content

Commit

Permalink
Update version to 4.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
JrGoodle committed Jun 28, 2020
1 parent 1a6bc7b commit 37c9f92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

### Environment

- `clowder` version: `4.0b3`
- `clowder` version: `4.0b4`
- OS: macOS
- Python version: 3.7
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
# built documents.
#
# The short X.Y version.
version = u'4.0b3'
version = u'4.0b4'
# The full version, including alpha/beta/rc tags.
release = u'4.0b3'
release = u'4.0b4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# https://packaging.python.org/en/latest/distributing.html

repo_dir = Path(__file__).parent.parent.absolute()
process_readme_script = repo_dir / 'scripts' / 'process_readme.py'
process_readme_script = repo_dir / 'script' / 'process_readme.py'
exec(process_readme_script.read_text())
processed_readme = repo_dir / 'README-processed.md'
long_description = processed_readme.read_text()
Expand All @@ -19,7 +19,7 @@
description='Utility for managing multiple git repositories',
long_description=long_description,
long_description_content_type='text/markdown',
version='4.0b3',
version='4.0b4',
url='http://clowder.cat',
author='Joe DeCapo',
author_email='joe@polka.cat',
Expand Down

0 comments on commit 37c9f92

Please sign in to comment.