Skip to content

Commit

Permalink
Merge tag '1.0.2' into develop
Browse files Browse the repository at this point in the history
No code change, only packaging stuff
  • Loading branch information
elliptical committed Feb 25, 2019
2 parents 8e5e338 + 78aef83 commit b6b9e8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.2] - 2019-02-24
### Changed
- The packaged version of `README.md` no longer includes the badges row.

Expand All @@ -22,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## 0.1.0 - 2017-05-07
- Initial release.

[Unreleased]: https://github.com/elliptical/tcm/compare/1.0.1...HEAD
[Unreleased]: https://github.com/elliptical/tcm/compare/1.0.2...HEAD
[1.0.2]: https://github.com/elliptical/tcm/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/elliptical/tcm/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/elliptical/tcm/compare/0.1.0...1.0.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![version](https://img.shields.io/badge/version-1.0.1-blue.svg)](./CHANGELOG.md)
[![version](https://img.shields.io/badge/version-1.0.2-blue.svg)](./CHANGELOG.md)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md)
[![Build Status](https://travis-ci.org/elliptical/tcm.svg?branch=develop)](https://travis-ci.org/elliptical/tcm)
[![Coverage Status](https://coveralls.io/repos/github/elliptical/tcm/badge.svg?branch=develop)](https://coveralls.io/github/elliptical/tcm?branch=develop)
Expand Down
2 changes: 1 addition & 1 deletion tcm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""This package provides a framework for generating test methods at runtime."""


__version__ = '1.0.1'
__version__ = '1.0.2'


import unittest
Expand Down

0 comments on commit b6b9e8e

Please sign in to comment.