diff --git a/HISTORY.rst b/HISTORY.rst index dc83381..0178c5f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,9 @@ History ======= +2.0.0 (2021-01-17) +------------------ + * Release now includes wheels for Windows and macOS. * Move internal calculations to use nanoseconds, avoiding a loss of precision. * After a call to ``move_to()``, the first function call to retrieve the diff --git a/setup.cfg b/setup.cfg index b5dc21a..06864b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = time-machine -version = 1.3.0 +version = 2.0.0 description = Travel through time in your tests. long_description = file: README.rst long_description_content_type = text/x-rst