Skip to content

Commit bcb3856

Browse files
committed
Bump version to rc1
1 parent eb9cefb commit bcb3856

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mailman3-hyperkitty.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
22

33
Name: mailman3-hyperkitty
4-
Version: 0.3
5-
Release: 1%{?dist}
4+
Version: 1.0
5+
Release: 0.1.rc1%{?dist}
66
Summary: Mailman archiver plugin for HyperKitty
77

88
License: GPLv3

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name = 'mailman-hyperkitty',
27-
version = '0.3',
27+
version = '1.0rc1',
2828
description = 'Mailman archiver plugin for HyperKitty',
2929
long_description= open("README.rst").read(),
3030
author='HyperKitty Developers',

0 commit comments

Comments
 (0)