Skip to content

Commit 113cabb

Browse files
committed
Bump version: 1.0.6 → 1.1.0
1 parent 06798ea commit 113cabb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.6
2+
current_version = 1.1.0
33
commit = True
44
tag = True
55

@@ -8,5 +8,5 @@ search = version = "{current_version}"
88
replace = version = "{new_version}"
99

1010
[bumpversion:file:CHANGELOG.md]
11-
search = ## [Unreleased]
11+
search = ## [Unreleased]
1212
replace = ## [Unreleased]\n\n## [{new_version}] - {now:%Y-%m-%d}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [Unreleased]
9+
## [Unreleased]\n\n## [1.1.0] - 2024-10-15
1010

1111
### Fixed
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "website"
7-
version = "1.0.6"
7+
version = "1.1.0"
88
description = "Automation and build tools for my website"
99
authors = [
1010
{ name = "Rohail Taimour" }

0 commit comments

Comments
 (0)