mirror of https://github.com/docker/docker-py.git
Migrated change log
This commit is contained in:
parent
47baf2218f
commit
77d2f42f7d
|
@ -1,5 +1,10 @@
|
||||||
ChangeLog
|
Change Log
|
||||||
=========
|
==========
|
||||||
|
|
||||||
|
0.5.4
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Added MkDocs documentation.
|
||||||
|
|
||||||
0.5.3
|
0.5.3
|
||||||
-----
|
-----
|
|
@ -26,7 +26,7 @@ $ mkdocs serve
|
||||||
Before a new release, please go through the following checklist:
|
Before a new release, please go through the following checklist:
|
||||||
|
|
||||||
* Bump version in docker/version.py
|
* 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
|
* Git tag the version
|
||||||
* Upload to pypi
|
* Upload to pypi
|
||||||
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
# Release Notes
|
|
||||||
|
|
||||||
## v0.5.4
|
|
||||||
|
|
||||||
* This is the initial release of docker-py with MkDocs documentation.
|
|
|
@ -10,5 +10,5 @@ pages:
|
||||||
- [port-bindings.md, Port Bindings]
|
- [port-bindings.md, Port Bindings]
|
||||||
- [volumes.md, Using Volumes]
|
- [volumes.md, Using Volumes]
|
||||||
- [tls.md, Using TLS]
|
- [tls.md, Using TLS]
|
||||||
- [release_notes.md, Release Notes]
|
- [change_log.md, Change Log]
|
||||||
- [contributing.md, Contributing]
|
- [contributing.md, Contributing]
|
||||||
|
|
Loading…
Reference in New Issue