Skip to content
Snippets Groups Projects
Commit a7c7a6f1 authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

Prepared for release 0.3.5

* Updated documentation
* Updated version info and change list
parent 258299b9
No related branches found
Tags mkexp-0.3.0
No related merge requests found
......@@ -15,6 +15,12 @@ Global
* Added -q (quiet) option to mkexp to suppress info messages
* Fixed diffpath to also compare two files (used to expect directories)
Templates
---------
* Replaced wordwrap by a private version that allows to suppress breaks on
hyphens (used to break long absolute file names)
Release 0.3.4
=============
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
No preview for this file type
from distutils.core import setup
name = 'mkexp'
version = '0.3.5dev'
version = '0.3.5'
setup(
name = name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment