Skip to content

Commit 064bc43

Browse files
committed
releasing 1.0.1
1 parent 6395199 commit 064bc43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
[Unreleased]
8+
[1.0.1] - 2023-08-11
99

1010
### Changed
1111

src/docker_export/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
REQUEST_TIMEOUT = 60
3434

35-
__version__ = "1.0.0"
35+
__version__ = "1.0.1"
3636
logging.basicConfig(level=logging.INFO, format="%(levelname)s: %(message)s")
3737
logger = logging.getLogger("docker-export")
3838
logging.getLogger("urllib3").setLevel(logging.WARNING)

0 commit comments

Comments
 (0)