1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
From ed9d9a4124d8610d72dcbb64c553bbc19b06b48b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sandro=20Knau=C3=9F?= <hefee@debian.org>
Date: Sat, 4 Nov 2017 10:28:23 +0100
Subject: update versionnumbers inside SES and SRS
---
SES/__init__.py | 2 +-
SRS/__init__.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/SES/__init__.py b/SES/__init__.py
index baf8a11..93ed412 100644
--- a/SES/__init__.py
+++ b/SES/__init__.py
@@ -3,7 +3,7 @@
#
# This program is free software; you can redistribute it and/or modify
# it under the same terms as Python itself.
-__version__ = '1.0.1'
+__version__ = '1.0.2'
__all__= [
'new',
diff --git a/SRS/__init__.py b/SRS/__init__.py
index 73855f8..eda10b1 100644
--- a/SRS/__init__.py
+++ b/SRS/__init__.py
@@ -42,7 +42,7 @@
# This program is free software; you can redistribute it and/or modify
# it under the same terms as Python itself.
-__version__ = '1.0.1'
+__version__ = '1.0.2'
__all__= [
'Base',
|