Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit68f8a43

Browse files
committed
Bumped version to 0.3.4
1 parentc8cf69b commit68f8a43

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.3
1+
0.3.4

‎doc/source/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
=========
44

5-
0.3.4 -python 3support
5+
0.3.4 -Python 3Support
66
========================
77
* Internally, hexadecimal SHA1 are treated as ascii encoded strings. Binary SHA1 are treated as bytes.
88
* Id attribute of Commit objects is now `hexsha`, instead of `binsha`. The latter makes no sense in python 3 and I see no application of it anyway besides its artificial usage in test cases.

‎setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ def _stamp_version(filename):
112112
"Programming Language :: Python :: 2",
113113
"Programming Language :: Python :: 2.6",
114114
"Programming Language :: Python :: 2.7",
115-
#"Programming Language :: Python :: 3",
116-
#"Programming Language :: Python :: 3.3",
117-
#"Programming Language :: Python :: 3.4",
115+
"Programming Language :: Python :: 3",
116+
"Programming Language :: Python :: 3.3",
117+
"Programming Language :: Python :: 3.4",
118118
]
119119
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp