Skip to content
Snippets Groups Projects
Commit 77a751c7 authored by Carl Waldbieser's avatar Carl Waldbieser
Browse files

Added missing files for release; updated version.

parent 39174fee
No related branches found
No related tags found
No related merge requests found
=========
CHANGELOG
=========
-----
0.1.0
-----
* Cody Scot <cody.j.b.scott@gmail.com> : Respect `get_next_url()` of base authenticator.
-----
0.0.2
-----
* Carl Waldbieser <cwaldbieser@gmail.com> : Initial release.
==================
Release Procedures
==================
* Edit version in :file:`version.py`.
* Update file:`CHANGELOG.rst`
* Tag the git repo with the version.
.. code:: bash
$ python3 setup.py sdist bdist_wheel
$ twine upload dist/*
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
version_info = ( version_info = (
0, 0,
1,
0, 0,
2,
#'dev', # comment-out this line for a release #'dev', # comment-out this line for a release
) )
__version__ = '.'.join(map(str, version_info[:3])) __version__ = '.'.join(map(str, version_info[:3]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment