From 1212a0ef5962fca1d72daccd9051af8d164d4149 Mon Sep 17 00:00:00 2001 From: "Stuart D. Gathman" Date: Wed, 29 May 2024 18:45:09 -0400 Subject: [PATCH] Forgot to bump internal tags --- Milter/__init__.py | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Milter/__init__.py b/Milter/__init__.py index d130575..ca76ef9 100755 --- a/Milter/__init__.py +++ b/Milter/__init__.py @@ -9,7 +9,7 @@ # This code is under the GNU General Public License. See COPYING for details. from __future__ import print_function -__version__ = '1.0.5' +__version__ = '1.0.6' import os import re diff --git a/makefile b/makefile index b799281..7802365 100644 --- a/makefile +++ b/makefile @@ -4,7 +4,7 @@ web: rsync -ravKk doc/html/ pymilter.org:/var/www/html/milter/pymilter cd doc/html; zip -r ../../doc . -VERSION=1.0.5 +VERSION=1.0.6 PKG=pymilter-$(VERSION) SRCTAR=$(PKG).tar.gz