We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9cefb commit bcb3856Copy full SHA for bcb3856
mailman3-hyperkitty.spec
@@ -1,8 +1,8 @@
1
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
2
3
Name: mailman3-hyperkitty
4
-Version: 0.3
5
-Release: 1%{?dist}
+Version: 1.0
+Release: 0.1.rc1%{?dist}
6
Summary: Mailman archiver plugin for HyperKitty
7
8
License: GPLv3
setup.py
@@ -24,7 +24,7 @@
24
25
setup(
26
name = 'mailman-hyperkitty',
27
- version = '0.3',
+ version = '1.0rc1',
28
description = 'Mailman archiver plugin for HyperKitty',
29
long_description= open("README.rst").read(),
30
author='HyperKitty Developers',
0 commit comments