Skip to content

Commit bd7a8c1

Browse files
author
Christopher Malek
committed
Bump version: 0.18.1 → 0.18.2
1 parent 0686a82 commit bd7a8c1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.18.1
2+
current_version = 0.18.2
33
commit = True
44
tag = True
55
tag_name = {new_version}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ without polluting your global python environment.
8282

8383
download or clone from [Github](https://github.com/caltechads/deployfish), then:
8484

85-
unzip deployfish-0.18.1.zip
86-
cd deployfish-0.18.1
85+
unzip deployfish-0.18.2.zip
86+
cd deployfish-0.18.2
8787
python setup.py install
8888

8989
### Using pyenv to install into a virtual environment (Recommended)

deployfish/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.18.1"
1+
__version__ = "0.18.2"

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = u'0.18.1'
58+
version = u'0.18.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = u'0.18.1'
60+
release = u'0.18.2'
6161

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

docs/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Clone or download from `Github <https://github.com/caltechads/deployfish>`_.
2222

2323
::
2424

25-
cd deployfish-0.18.1
25+
cd deployfish-0.18.2
2626
python setup.py install
2727

2828

0 commit comments

Comments
 (0)