Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
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
django
Commits
92fad879
Kaydet (Commit)
92fad879
authored
Eyl 21, 2017
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bumped version; master is now 2.1 pre-alpha.
üst
559040f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
__init__.py
django/__init__.py
+1
-1
conf.py
docs/conf.py
+2
-2
No files found.
django/__init__.py
Dosyayı görüntüle @
92fad879
from
django.utils.version
import
get_version
VERSION
=
(
2
,
0
,
0
,
'alpha'
,
0
)
VERSION
=
(
2
,
1
,
0
,
'alpha'
,
0
)
__version__
=
get_version
(
VERSION
)
...
...
docs/conf.py
Dosyayı görüntüle @
92fad879
...
...
@@ -79,7 +79,7 @@ copyright = 'Django Software Foundation and contributors'
# built documents.
#
# The short X.Y version.
version
=
'2.
0
'
version
=
'2.
1
'
# The full version, including alpha/beta/rc tags.
try
:
from
django
import
VERSION
,
get_version
...
...
@@ -95,7 +95,7 @@ else:
release
=
django_release
()
# The "development version" of Django
django_next_version
=
'2.
0
'
django_next_version
=
'2.
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
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