diff --git a/ChangeLog.md b/ChangeLog.md index 6ba3208..8b36c53 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ # AgiNG ChangeLog -## Unreleased +## v1.2.0 -**Released: WiP** +**Released: 202-12-16** - Added the ability to copy the credits of a guide from the About dialog. ([#55](https://github.com/davep/aging/pull/55)) diff --git a/pyproject.toml b/pyproject.toml index ea03528..e587702 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aging" -version = "1.1.1" +version = "1.2.0" description = "A Norton Guide reader for the terminal" authors = [ { name = "Dave Pearson", email = "davep@davep.org" } diff --git a/uv.lock b/uv.lock index 24d5d2a..62ae540 100644 --- a/uv.lock +++ b/uv.lock @@ -4,7 +4,7 @@ requires-python = ">=3.10" [[package]] name = "aging" -version = "1.1.1" +version = "1.2.0" source = { editable = "." } dependencies = [ { name = "humanize" },