Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
A
astor
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
astor
Commits
4ca3a26e
Kaydet (Commit)
4ca3a26e
authored
Tem 06, 2018
tarafından
Berker Peksag
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix installation error introduced in 0.7.0
Fixes #116
üst
bd44301d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
MANIFEST.in
MANIFEST.in
+1
-0
__init__.py
astor/__init__.py
+1
-1
changelog.rst
docs/changelog.rst
+11
-0
No files found.
MANIFEST.in
Dosyayı görüntüle @
4ca3a26e
include README.rst AUTHORS LICENSE CHANGES
include setuputils.py
recursive-include tests *.py
astor/__init__.py
Dosyayı görüntüle @
4ca3a26e
...
...
@@ -19,7 +19,7 @@ from .op_util import get_op_symbol, get_op_precedence # NOQA
from
.op_util
import
symbol_data
# NOQA
from
.tree_walk
import
TreeWalk
# NOQA
__version__
=
'0.
8.0-dev
'
__version__
=
'0.
7.1
'
parse_file
=
code_to_ast
.
parse_file
...
...
docs/changelog.rst
Dosyayı görüntüle @
4ca3a26e
...
...
@@ -15,6 +15,17 @@ Bug fixes
*
0.7.1 - 2018-07-06
------------------
Bug fixes
~~~~~~~~~
* Fixed installation error by adding the ``setuputils.py`` helper to the sdist.
(Reported by Adam and fixed by Berker Peksag in `Issue 116`_.)
.. _`Issue 116`: https://github.com/berkerpeksag/astor/issues/116
0.7.0 - 2018-07-05
------------------
...
...
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