Skip to content

Commit 962d6d3

Browse files
committed
chore: creating version 1.3
1 parent 00a66af commit 962d6d3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## Unreleased
77

8+
## [1.3] - 2024-10-04
9+
810
### Fixed
911
- Incorrect file paths in APT repos.
1012

@@ -72,3 +74,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7274
[1.0]: https://github.com/gershnik/repopulator/releases/1.0
7375
[1.1]: https://github.com/gershnik/repopulator/releases/1.1
7476
[1.2]: https://github.com/gershnik/repopulator/releases/1.2
77+
[1.3]: https://github.com/gershnik/repopulator/releases/1.3

src/repopulator/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
"""package version info"""
88

9-
VERSION = '1.2'
9+
VERSION = '1.3'

0 commit comments

Comments
 (0)