diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index b565361..23b4bb8 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,4 +1,4 @@ -## Release 0.3.0 (development release) +## Release 0.3.0 (current release) ### New features since last release @@ -57,9 +57,9 @@ This release contains contributions from (in alphabetical order): -[Mikhail Andrenkov](https://github.com/Mandrenkov), [Noah Rossignol](https://github.com/NIR7cd), [Jack Woehr](https://githup.com/jwoehr), [Hudhayfa Zaheem](https://github.com/HudZah). +[Mikhail Andrenkov](https://github.com/Mandrenkov), [Jack Brown](https://github.com/brownj85), [Noah Rossignol](https://github.com/NIR7cd), [Jack Woehr](https://githup.com/jwoehr), [Hudhayfa Zaheem](https://github.com/HudZah). -## Release 0.2.1 (current release) +## Release 0.2.1 ### New features since last release diff --git a/xcc/_version.py b/xcc/_version.py index 62d0c55..4032773 100644 --- a/xcc/_version.py +++ b/xcc/_version.py @@ -3,4 +3,4 @@ See https://semver.org/. """ -__version__ = "0.3.0-dev" +__version__ = "0.3.0"