We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6395199 commit 064bc43Copy full SHA for 064bc43
2 files changed
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-[Unreleased]
+[1.0.1] - 2023-08-11
9
10
### Changed
11
src/docker_export/__init__.py
@@ -32,7 +32,7 @@
32
33
REQUEST_TIMEOUT = 60
34
35
-__version__ = "1.0.0"
+__version__ = "1.0.1"
36
logging.basicConfig(level=logging.INFO, format="%(levelname)s: %(message)s")
37
logger = logging.getLogger("docker-export")
38
logging.getLogger("urllib3").setLevel(logging.WARNING)
0 commit comments