diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b17ed6f..ad574ce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [Unreleased] + ## [0.3.0] - 2020-11-02 We have a new documentation website! Check out [torchbox.github.io/django-pattern-library](https://torchbox.github.io/django-pattern-library/). diff --git a/pyproject.toml b/pyproject.toml index dab87df5..d1fb9720 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-pattern-library" -version = "0.2.9" +version = "0.3.0" description = "A module for Django that allows to build pattern libraries for your projects." authors = [ "Ben Dickinson "