Skip to content

Commit

Permalink
Revert to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Mar 26, 2022
1 parent 096652f commit aada50a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HOW_TO_RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Time required: about an hour.
git commit -a -m 'Release v0.X.Y'
5. Tag the release:
git tag -a v0.X.Y -m 'v0.X.Y'
6. Build source and binary wheels for pypi:
python setup.py bdist_wheel sdist
6. Build source package for pypi:
python setup.py sdist
7. Use twine to register and upload the release on pypi. Be careful, you can't
take this back!
twine upload dist/pyscenarios-0.X.Y*
Expand Down
6 changes: 6 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
What's New
==========

.. _whats-new.0.5.0:

v0.5.0 (unreleased)
-------------------


.. _whats-new.0.4.0:

v0.4.0 (2022-03-26)
Expand Down

0 comments on commit aada50a

Please sign in to comment.