Skip to content

Commit

Permalink
update release version 0.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed May 20, 2023
1 parent 5f695bc commit 805df19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ Releasing
git tag -a x.y.z -m 'tagging OWSLib release x.y.z'
# push tag
git push --tags
# update live docs
cd docs
make html
./publish.sh
# update on PyPI (must be a maintainer)
rm -fr build dist *.egg-info
python setup.py sdist bdist_wheel --universal
Expand Down
2 changes: 1 addition & 1 deletion owslib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.29.1'
__version__ = '0.29.2'

0 comments on commit 805df19

Please sign in to comment.