diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..710307a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.0.0] - 2019-06-22 + +### Added + +- No changes, only the version number : ) + +## [0.1.2] - 2019-06-22 + +### Added + +- Initial implementation + +[Unreleased]: https://github.com/gonzalo-bulnes/stime/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/gonzalo-bulnes/stime/compare/v0.1.2...v1.0.0 +[0.1.2]: https://github.com/gonzalo-bulnes/stime/releases/tag/v0.1.2 diff --git a/examples/timer/requirements.txt b/examples/timer/requirements.txt index 8bccf14..0e4cb74 100644 --- a/examples/timer/requirements.txt +++ b/examples/timer/requirements.txt @@ -1 +1 @@ -stime==0.1.2 +stime==1.0.0 diff --git a/setup.py b/setup.py index 5b0b6df..d27c987 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="stime", - version="0.1.2", + version="1.0.0", author="Gonzalo Bulnes Guilpain", author_email="gon.bulnes@fastmail.com", description="A testing (and partial) replacement for the time package, for fully-controlled time-dependent tests.",