We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f695bc commit 805df19Copy full SHA for 805df19
README.md
@@ -154,10 +154,6 @@ Releasing
154
git tag -a x.y.z -m 'tagging OWSLib release x.y.z'
155
# push tag
156
git push --tags
157
- # update live docs
158
- cd docs
159
- make html
160
- ./publish.sh
161
# update on PyPI (must be a maintainer)
162
rm -fr build dist *.egg-info
163
python setup.py sdist bdist_wheel --universal
owslib/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.29.1'
+__version__ = '0.29.2'
0 commit comments