Skip to content

Commit

Permalink
v0.1.0 — Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Mar 7, 2021
1 parent 0681b3d commit 2501425
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
14 changes: 9 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. image:: http://www.repostatus.org/badges/latest/wip.svg
:target: http://www.repostatus.org/#wip
:alt: Project Status: WIPInitial development is in progress, but there
has not yet been a stable, usable release suitable for the public.
.. image:: http://www.repostatus.org/badges/latest/active.svg
:target: http://www.repostatus.org/#active
:alt: Project Status: ActiveThe project has reached a stable, usable
state and is being actively developed.

.. image:: https://github.com/jwodder/outgoing/workflows/Test/badge.svg?branch=master
:target: https://github.com/jwodder/outgoing/actions?workflow=Test
Expand All @@ -10,11 +10,15 @@
.. image:: https://codecov.io/gh/jwodder/outgoing/branch/master/graph/badge.svg
:target: https://codecov.io/gh/jwodder/outgoing

.. image:: https://img.shields.io/pypi/pyversions/outgoing.svg
:target: https://pypi.org/project/outgoing/

.. image:: https://img.shields.io/github/license/jwodder/outgoing.svg
:target: https://opensource.org/licenses/MIT
:alt: MIT License

`GitHub <https://github.com/jwodder/outgoing>`_
| `PyPI <https://pypi.org/project/outgoing/>`_
| `Documentation <https://outgoing.readthedocs.io>`_
| `Issues <https://github.com/jwodder/outgoing/issues>`_
Expand All @@ -36,7 +40,7 @@ Installation
<https://pip.pypa.io>`_ for Python 3 (You have pip, right?) to install
``outgoing`` and its dependencies::

python3 -m pip install git+https://github.com/jwodder/outgoing
python3 -m pip install outgoing


Examples
Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ outgoing — Common interface for multiple e-mail methods
=======================================================

`GitHub <https://github.com/jwodder/outgoing>`_
| `PyPI <https://pypi.org/project/outgoing/>`_
| `Documentation <https://outgoing.readthedocs.io>`_
| `Issues <https://github.com/jwodder/outgoing/issues>`_
Expand Down Expand Up @@ -33,7 +34,7 @@ Installation
<https://pip.pypa.io>`_ for Python 3 (You have pip, right?) to install
``outgoing`` and its dependencies::

python3 -m pip install git+https://github.com/jwodder/outgoing
python3 -m pip install outgoing


.. _examples:
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ keywords =
smtp

classifiers =
Development Status :: 3 - Alpha
#Development Status :: 4 - Beta
Development Status :: 4 - Beta
#Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Expand Down
2 changes: 1 addition & 1 deletion src/outgoing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
more information.
"""

__version__ = "0.1.0.dev1"
__version__ = "0.1.0"
__author__ = "John Thorvald Wodder II"
__author_email__ = "outgoing@varonathe.org"
__license__ = "MIT"
Expand Down

0 comments on commit 2501425

Please sign in to comment.