We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62d2bc commit c342b18Copy full SHA for c342b18
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+0.2 - 6th January 2025
2
+======================
3
+
4
+* Require HTTPS when connecting to buckets
5
6
0.1a7 - 12th July 2023
7
=======================
8
buckup.spec
@@ -1,6 +1,6 @@
%global srcname buckup
Name: %{srcname}
-Version: 0.1a7
+Version: 0.2
Summary: Command line tool to create S3 buckets easily.
License: BSD
URL: https://github.com/torchbox/buckup
setup.cfg
[metadata]
name = buckup
-version = 0.1a7
+version = 0.2
description = Create S3 buckets in seconds from your command line to use on your website.
long-description = file: README.rst
maintainer = Torchbox
0 commit comments