8000 Tags · cedk/python-stdnum · GitHub
[go: up one dir, main page]

Skip to content

Tags: cedk/python-stdnum

Tags

0.9

Toggle 0.9's commit message

Verified

This tag was signed with the committer’s verified signature.
arthurdejong Arthur de Jong
Release 0.9

0.8.1

Toggle 0.8.1's commit message

Verified

This tag was signed with the committer’s verified signature.
arthurdejong Arthur de Jong
Release 0.8.1

0.8

Toggle 0.8's commit message

Verified

This tag was signed with the committer’s verified signature.
arthurdejong Arthur de Jong
Release 0.8

0.7

Toggle 0.7's commit message
release 0.7

git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum-0.7@173 9dea7c4f-944c-4273-ac1a-574ede026edc

0.6

Toggle 0.6's commit message
fix version number use (fix r86, r90 from trunk)

git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum-0.6@91 9dea7c4f-944c-4273-ac1a-574ede026edc

diff --git a/setup.py b/setup.py
index dd4e7c4..5ac3cf5 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ if 'sdist' in sys.argv:
     os.umask(int('022', 8))

 setup(name='python-stdnum',
-      version=stdnum.__version,
+      version=stdnum.__version__,
       packages=find_packages(),
       package_data={'stdnum': ['*.dat']},
       author='Arthur de Jong',

0.5

Toggle 0.5's commit message
release 0.5

git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum-0.5@75 9dea7c4f-944c-4273-ac1a-574ede026edc

0.4

Toggle 0.4's commit message
release 0.4

git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum-0.4@66 9dea7c4f-944c-4273-ac1a-574ede026edc

0.3

Toggle 0.3's commit message
release 0.3

git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum-0.3@41 9dea7c4f-944c-4273-ac1a-574ede026edc

0.2

Toggle 0.2's commit message
release 0.2

git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum-0.2@22 9dea7c4f-944c-4273-ac1a-574ede026edc

0.1

Toggle 0.1's commit message
release 0.1

git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum-0.1@13 9dea7c4f-944c-4273-ac1a-574ede026edc
0