Knio / dominate

Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.
GNU Lesser General Public License v3.0
1.72k stars 108 forks source link

Please add tags and update _version.py for recent PyPI releases #105

Closed sbraz closed 6 years ago

sbraz commented 6 years ago

Hi, I noticed that 2.3.2 and 2.3.4 are not tagged on git and the _version.py file hasn't been updated either, can you fix this?

Knio commented 6 years ago

Fixed in 2.3.5. Sorry about that!