Skip to content

Commit a2cc215

Browse files
committed
Update version to 4.0b5
1 parent fd0a984 commit a2cc215

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/issue_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
### Environment
1414

15-
- `clowder` version: `4.0b4`
15+
- `clowder` version: `4.0b5`
1616
- OS: macOS
1717
- Python version: 3.7

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@
9999
# built documents.
100100
#
101101
# The short X.Y version.
102-
version = u'4.0b4'
102+
version = u'4.0b5'
103103
# The full version, including alpha/beta/rc tags.
104-
release = u'4.0b4'
104+
release = u'4.0b5'
105105

106106
# The language for content autogenerated by Sphinx. Refer to documentation
107107
# for a list of supported languages.

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
description='Utility for managing multiple git repositories',
2424
long_description=long_description,
2525
long_description_content_type='text/markdown',
26-
version='4.0b4',
26+
version='4.0b5',
2727
url='https://github.com/JrGoodle/clowder',
2828
project_urls={
2929
"Documentation": "https://clowder.readthedocs.io/en/latest/"

0 commit comments

Comments
 (0)