diff --git a/HISTORY.rst b/HISTORY.rst index ce9bfe3..0acfa7c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,12 @@ History master ^^^^^^ -- Expanded `HISTORY.rst` +1.3.0 (2019-10-20) +^^^^^^^^^^^^^^^^^^ + +- Only require the dependency ``distro`` on Linux +- Ship tests with source distributions +- Expanded ``HISTORY.rst`` 1.2.0 (2019-07-14) ^^^^^^^^^^^^^^^^^^ diff --git a/README.rst b/README.rst index 559f32b..d83358a 100644 --- a/README.rst +++ b/README.rst @@ -114,6 +114,12 @@ History Important changes are emphasized. +1.3.0 +^^^^^ + +- Only require the dependency ``distro`` on Linux +- Ship tests with source distributions + 1.2.0 ^^^^^ diff --git a/userpath/__init__.py b/userpath/__init__.py index b64bdfb..b771048 100644 --- a/userpath/__init__.py +++ b/userpath/__init__.py @@ -1,4 +1,4 @@ from .core import append, in_new_path, need_shell_restart, prepend from .utils import in_current_path -__version__ = '1.2.0' +__version__ = '1.3.0'