a
    CøgV  ã                   @   s   d Z dZdS )a9  
See PEP 386 (https://www.python.org/dev/peps/pep-0386/)

Release logic:
 1. Remove ".devX" from __version__ (below)
 2. git add treebeard/__init__.py
 3. git commit -m 'Bump to <version>'
 4. git tag <version>
 5. git push
 6. ensure that all tests pass on Github Actions
 7. git push --tags
 8. pip install --upgrade pip wheel twine
 9. python setup.py clean --all
 9. python setup.py sdist bdist_wheel
10. twine upload dist/*
11. bump the version, append ".dev0" to __version__
12. git add treebeard/__init__.py
13. git commit -m 'Start with <version>'
14. git push
z4.7.1N)Ú__doc__Ú__version__© r   r   úQ/var/www/lab.imftr.de/x/nb_venv/lib/python3.9/site-packages/treebeard/__init__.pyÚ<module>   s   