From 65010c17e2a96711007cb0066a1970760882da20 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Thu, 8 Jul 2021 00:25:12 +0100 Subject: [PATCH] Release 0.3.0 --- CHANGES.md | 6 ++++++ setup.cfg | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 04aa816..79d390f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # merry change log +**Release 0.3.0** - 2021-07-08 + +- Improved project structure with GitHub Actions builds and test coverage ([commit](https://github.com/miguelgrinberg/merry/commit/5e404bbd4289b688f8aca4b0417900fb2226814e)) +- Updated readme ([commit](https://github.com/miguelgrinberg/merry/commit/8c518e07f4256d6c4fccf47c07391c26a8e93184)) +- Documentation ([commit](https://github.com/miguelgrinberg/merry/commit/1566280d45d3be842966081c255ca751fd63da1a)) + **Release 0.2.2** - 2019-05-20 - Add missing __version__ file to source distribution ([commit](https://github.com/miguelgrinberg/merry/commit/751c50e4b4868bed8544407b8006a59f258d5a24)) diff --git a/setup.cfg b/setup.cfg index d44ac26..312ef4e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = merry -version = 0.2.3.dev0 +version = 0.3.0 author = Miguel Grinberg author_email = miguel.grinberg@gmail.com description = Decorator based error parsing.