Skip to content

Commit

Permalink
Prepare 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Oct 21, 2015
1 parent 38f15cb commit 6b048e2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
23 changes: 16 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
# Change Log
CHANGELOG
=========

This document records all notable changes to Watson. This project adheres to [Semantic Versioning](http://semver.org/).
This document records all notable changes to Watson. This project adheres to
[Semantic Versioning](http://semver.org/).

## 1.1.0 (2015-10-21)

* Added: configurable date and time to output of `status` command (#33)
* Added: support for Bash-completion (#1)
* Added: new `frames` command that displays all frame IDs
* Fixed: set id if not provided (#30)

## 1.0.2 (2015-10-09)

- Fix a bug where the last frame could not be deleted
- Improve installation instructions
- Add an explanation to remove all the frames
* Fix a bug where the last frame could not be deleted
* Improve installation instructions
* Add an explanation to remove all the frames

## 1.0.1 (2015-09-17)

Fix packaging error with PyPI
* Fix packaging error with PyPI

## 1.0.0 (2015-09-17)

First stable version
* First stable version
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup

with open('README.md') as f:
with open('README.rst') as f:
readme = f.read()


setup(
name='td-watson',
version='1.0.2',
version='1.1.0',
packages=['watson'],
author='TailorDev',
author_email='contact@tailordev.com',
Expand Down

0 comments on commit 6b048e2

Please sign in to comment.