FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Started PIL support. Version set to 0.4b1 on tip. · srolin/python-barcode@543ca6b · GitHub

Commit 543ca6b

Browse files
Thorsten Weimann
committed
Started PIL support. Version set to 0.4b1 on tip.
1 parent cb3ccad commit 543ca6b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

‎barcode/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__docformat__ = 'restructuredtext en'
1515

1616
__author__ = 'Thorsten Weimann <thorsten.weimann@gmx.net>'
17-
__version__ = '0.3.1'
17+
__version__ = '0.4b1'
1818
__license__ = 'MIT'
1919

2020

‎barcode/base.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ def save(self, filename, **kw):
5252
5353
:parameters:
5454
filename : String
55-
Filename to save the barcode in (without filename extension).
55+
Filename to save the barcode in (without filename
56+
extension).
5657
kw : Keyword Arguments
5758
The same as in `self.render`.
5859

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL