Skip to content

Commit

Permalink
chore: creating version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Jun 21, 2024
1 parent de55950 commit 0e62087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [1.1] - 2024-06-21

### Added
- Command-line interface. Invoke with `repopulator` (or `python3 -m repopulator`)

Expand Down Expand Up @@ -60,3 +62,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[0.6]: https://github.com/gershnik/repopulator/releases/0.6
[0.7]: https://github.com/gershnik/repopulator/releases/0.7
[1.0]: https://github.com/gershnik/repopulator/releases/1.0
[1.1]: https://github.com/gershnik/repopulator/releases/1.1
2 changes: 1 addition & 1 deletion src/repopulator/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

"""package version info"""

VERSION = '1.0'
VERSION = '1.1'

0 comments on commit 0e62087

Please sign in to comment.