Migrated change log

This commit is contained in:
micahhausler 2014-10-28 10:42:19 -04:00
parent 47baf2218f
commit 77d2f42f7d
4 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,10 @@
ChangeLog
=========
Change Log
==========
0.5.4
-----
* Added MkDocs documentation.
0.5.3
-----

View File

@ -26,7 +26,7 @@ $ mkdocs serve
Before a new release, please go through the following checklist:
* Bump version in docker/version.py
* Add a release note in docs/release_notes.md
* Add a release note in docs/change_log.md
* Git tag the version
* Upload to pypi

View File

@ -1,5 +0,0 @@
# Release Notes
## v0.5.4
* This is the initial release of docker-py with MkDocs documentation.

View File

@ -10,5 +10,5 @@ pages:
- [port-bindings.md, Port Bindings]
- [volumes.md, Using Volumes]
- [tls.md, Using TLS]
- [release_notes.md, Release Notes]
- [change_log.md, Change Log]
- [contributing.md, Contributing]