Skip to content

Commit 0d47bb9

Browse files
committed
Releasing 1.2.0
1 parent 27d4376 commit 0d47bb9

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.2.0] - 2026-03-09
99

1010
### Added
1111

src/docker_export/__init__.py

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

3434
REQUEST_TIMEOUT = 60
3535

36-
__version__ = "1.1.0"
36+
__version__ = "1.2.0"
3737
logging.basicConfig(level=logging.INFO, format="%(levelname)s: %(message)s")
3838
logger = logging.getLogger("docker-export")
3939
logging.getLogger("urllib3").setLevel(logging.WARNING)

0 commit comments

Comments
 (0)