Skip to content

Commit 805df19

Browse files
committed
update release version 0.29.2
1 parent 5f695bc commit 805df19

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,6 @@ Releasing
154154
git tag -a x.y.z -m 'tagging OWSLib release x.y.z'
155155
# push tag
156156
git push --tags
157-
# update live docs
158-
cd docs
159-
make html
160-
./publish.sh
161157
# update on PyPI (must be a maintainer)
162158
rm -fr build dist *.egg-info
163159
python setup.py sdist bdist_wheel --universal

owslib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.29.1'
1+
__version__ = '0.29.2'

0 commit comments

Comments
 (0)