Skip to content

Commit 1bf70d9

Browse files
committed
chore: creating version 1.0
1 parent 155d0c7 commit 1bf70d9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
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.0] - 2024-06-08
9+
810
### Added
911
- CRUD for all repo-related objects
1012

@@ -51,3 +53,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5153
[0.5]: https://github.com/gershnik/repopulator/releases/0.5
5254
[0.6]: https://github.com/gershnik/repopulator/releases/0.6
5355
[0.7]: https://github.com/gershnik/repopulator/releases/0.7
56+
[1.0]: https://github.com/gershnik/repopulator/releases/1.0

src/repopulator/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
"""package version info"""
88

9-
VERSION = '0.7'
9+
VERSION = '1.0'

0 commit comments

Comments
 (0)