Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #27 from reillysiemens/python37
Browse files Browse the repository at this point in the history
  • Loading branch information
reillysiemens committed Oct 15, 2018
2 parents f4b4bbe + eadc7f7 commit 335bf83
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,35 @@ of `keepachangelog.com <http://keepachangelog.com/>`_.
Unreleased_
-----------

.. _Unreleased: https://github.com/reillysiemens/layabout/compare/v1.0.0...HEAD
.. _Unreleased: https://github.com/reillysiemens/layabout/compare/v1.0.1...HEAD

`v1.0.1 (2018-10-14)`__
-----------------------

Added
~~~~~
- Official support for Python 3.7.

Changed
~~~~~~~
- Improve the examples to warn users when an API token is missing.
- Improve the format of ``CHANGELOG.rst``.

`v1.0.0 (2018-06-18)`__
---------------------------
-----------------------

Initial release.

.. _v1.0.0: https://github.com/reillysiemens/layabout/compare/d545cec...v1.0.0
.. _v1.0.1: https://github.com/reillysiemens/layabout/compare/v1.0.0...v1.0.1
__ v1.0.1_

.. _v1.0.0: https://github.com/reillysiemens/layabout/compare/d545cec...v1.0.0
__ v1.0.0_

Contributors
~~~~~~~~~~~~

- Geoff Shannon (`@RadicalZephyr <https://github.com/RadicalZephyr>`_)
- Mike Canoy (`@solus-impar <https://github.com/solus-impar>`_)
- Sophie Anderson (`@SophieKAn <https://github.com/SophieKAn>`_)
- Tucker Siemens (`@reillysiemens <https://github.com/reillysiemens>`_)
2 changes: 1 addition & 1 deletion layabout.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = 'Reilly Tucker Siemens'
__email__ = '[email protected]'
__version__ = '1.0.0'
__version__ = '1.0.1'

# Private type alias for the complex type of the handlers defaultdict.
_Handlers = DefaultDict[str, List[Tuple[Callable, dict]]]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def get_version(string):
'Operating System :: POSIX :: Linux',
'Operating System :: POSIX :: BSD :: FreeBSD',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Communications :: Chat',
Expand Down

0 comments on commit 335bf83

Please sign in to comment.