Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
docker-py
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
docker-py
Commits
c2b4c8e2
Kaydet (Commit)
c2b4c8e2
authored
Eyl 10, 2016
tarafından
Joffrey F
Kaydeden (comit)
GitHub
Eyl 10, 2016
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge pull request #1198 from docker/1.10.1-release
1.10.1 release
üst
e045331e
8abb8eec
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
2 deletions
+20
-2
types.py
docker/utils/types.py
+7
-0
version.py
docker/version.py
+1
-1
change_log.md
docs/change_log.md
+11
-0
setup.cfg
setup.cfg
+1
-1
No files found.
docker/utils/types.py
0 → 100644
Dosyayı görüntüle @
c2b4c8e2
# Compatibility module. See https://github.com/docker/docker-py/issues/1196
import
warnings
from
..types
import
Ulimit
,
LogConfig
# flake8: noqa
warnings
.
warn
(
'docker.utils.types is now docker.types'
,
ImportWarning
)
docker/version.py
Dosyayı görüntüle @
c2b4c8e2
version
=
"1.10.
0
"
version
=
"1.10.
1
"
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
docs/change_log.md
Dosyayı görüntüle @
c2b4c8e2
Change Log
Change Log
==========
==========
1.
10.1
------
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/issues?q=milestone%3A1.10.0+is%3Aclosed
)
### Bugfixes
*
The docker.utils.types module was removed in favor of docker.types, but some
applications imported it explicitly. It has been re-added with an import
warning advising to use the new module path.
1.
10.0
1.
10.0
------
------
...
...
setup.cfg
Dosyayı görüntüle @
c2b4c8e2
...
@@ -2,4 +2,4 @@
...
@@ -2,4 +2,4 @@
universal = 1
universal = 1
[metadata]
[metadata]
description_file = README.
md
description_file = README.
rst
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment