Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalo-bulnes committed Jun 22, 2019
1 parent 818fc1e commit 192fded
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion examples/timer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stime==0.1.2
stime==1.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="stime",
version="0.1.2",
version="1.0.0",
author="Gonzalo Bulnes Guilpain",
author_email="[email protected]",
description="A testing (and partial) replacement for the time package, for fully-controlled time-dependent tests.",
Expand Down

0 comments on commit 192fded

Please sign in to comment.