]> git.phdru.name Git - mimedecode.git/commitdiff
Version 2.1.5
authorOleg Broytman <phd@phdru.name>
Wed, 18 Dec 2013 07:10:36 +0000 (11:10 +0400)
committerOleg Broytman <phd@phdru.name>
Wed, 18 Dec 2013 07:10:36 +0000 (11:10 +0400)
Makefile
__version__.py

index 21100c9f800837d94020eb208d221eb670c39cad..65fab6802fabec0b6da8ff5f916562a5ec2f7f36 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,20 +1,22 @@
 
-VERSION=$(shell python -c "from mimedecode import __version__; print __version__")
+VERSION=$(shell python -c "from __version__ import __version__; print __version__")
 
 .PHONY: all
 all: docs sdist
 
-DISTFILES = mimedecode.py \
-setup.py \
+DISTFILES = \
+ANNOUNCE \
+MANIFEST.in \
 Makefile \
-Makefile.sgmlt \
 Makefile.4xslt \
-MANIFEST.in \
-ANNOUNCE \
+Makefile.sgmlt \
+__version__.py \
 mimedecode.docbook \
 mimedecode.html \
 mimedecode.man \
-mimedecode.txt
+mimedecode.py \
+mimedecode.txt \
+setup.py
 
 .PHONY: sdist
 sdist: dist/mimedecode-$(VERSION).tar.gz
index 0677d7edb011b4f00d74cb9e78d56a610a190454..b26031c47f84846726f74b966592ff5499089210 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "2.1.4"
+__version__ = "2.1.5"
 __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2001-2013 PhiloSoft Design"
 __license__ = "GNU GPL"