Skip to content

Commit 0e62087

Browse files
committed
chore: creating version 1.1
1 parent de55950 commit 0e62087

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.1] - 2024-06-21
9+
810
### Added
911
- Command-line interface. Invoke with `repopulator` (or `python3 -m repopulator`)
1012

@@ -60,3 +62,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6062
[0.6]: https://github.com/gershnik/repopulator/releases/0.6
6163
[0.7]: https://github.com/gershnik/repopulator/releases/0.7
6264
[1.0]: https://github.com/gershnik/repopulator/releases/1.0
65+
[1.1]: https://github.com/gershnik/repopulator/releases/1.1

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 = '1.0'
9+
VERSION = '1.1'

0 commit comments

Comments
 (0)