@@ -101,7 +101,7 @@ Commandline::
101101Changelog
102102---------
103103
104- :v0.8.0: First release under the name ``python-barcode ``.
104+ :v0.8.0 First release under the name ``python-barcode ``.
105105
106106Previous Changelog
107107------------------
@@ -110,51 +110,51 @@ This project is a fork of pyBarcode, which, apparently, is no longer
110110maintained. v0.8.0 is our first release, and is the latest ``master `` from that
111111parent project.
112112
113- :v0.8: Code 128 added. Data for charsets and bars moved to subpackage
113+ :v0.8 Code 128 added. Data for charsets and bars moved to subpackage
114114 barcode.charsets. Merged in some improvements.
115115
116- :v0.7: Fixed some issues with fontsize and fontalignment.
116+ :v0.7 Fixed some issues with fontsize and fontalignment.
117117 Added Python 3 support. It's not well tested yet, but the tests
118118 run without errors with Python 3.3. Commandline script added.
119119
120- :v0.6: Changed save and write methods to take the options as a dict
120+ :v0.6 Changed save and write methods to take the options as a dict
121121 not as keyword arguments (fix this in your code). Added option
122122 to left align the text under the barcode. Fixed bug with EAN13
123123 generation.
124124
125- :v0.5.0: Added new generate function to do all generation in one step.
125+ :v0.5.0 Added new generate function to do all generation in one step.
126126 Moved writer from a subpackage to a module (this breaks some
127127 existing code). UPC is now rendered as real UPC, not as EAN13
128128 with the leading "0".
129129
130- :v0.4.3: Fixed bug in new write method (related to PIL) and updated docs.
130+ :v0.4.3 Fixed bug in new write method (related to PIL) and updated docs.
131131
132- :v0.4.2: Added write method to support file like objects as target.
132+ :v0.4.2 Added write method to support file like objects as target.
133133
134- :v0.4.1: Bugfix release. Removed redundancy in input validation.
134+ :v0.4.1 Bugfix release. Removed redundancy in input validation.
135135 EAN8 was broken. It now works as expected.
136136
137- :v0.4: Removed \*\* options from writers __init__ method. These options never
137+ :v0.4 Removed \*\* options from writers __init__ method. These options never
138138 had effect. They were always overwritten by default_options.
139139 New config option available: text_distance (the distance between
140140 barcode and text).
141141
142- :v0.4b2: Basic documentation included. The barcode object now has a new
142+ :v0.4b2 Basic documentation included. The barcode object now has a new
143143 attribute called `raw ` to have the rendered output without saving
144144 to disk.
145145
146- :v0.4b1: Support for rendering barcodes as images is implemented.
146+ :v0.4b1 Support for rendering barcodes as images is implemented.
147147 PIL is required to use it.
148148
149- :v0.3: Compression for SVG output now works.
149+ :v0.3 Compression for SVG output now works.
150150
151- :v0.3b1: Writer API has changed for simple adding new (own) writers.
151+ :v0.3b1 Writer API has changed for simple adding new (own) writers.
152152 SVG output is now generated with xml.dom module instead of
153153 stringformatting (makes it more robust).
154154
155- :v0.2.1: API of render changed. Now render takes keyword arguments
155+ :v0.2.1 API of render changed. Now render takes keyword arguments
156156 instead of a dict.
157157
158- :v0.2: More tests added.
158+ :v0.2 More tests added.
159159
160- :v0.1: First release.
160+ :v0.1 First release.
0 commit comments