diff --git a/changelog.rst b/changelog.rst index fa284f8..54b8636 100644 --- a/changelog.rst +++ b/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 0.1.0 + :include_notes_from: unreleased_changes + .. changelog:: :version: 0.0.8 :released: January 6, 2022 diff --git a/sqlalchemy_collectd/__init__.py b/sqlalchemy_collectd/__init__.py index a73339b..3dc1f76 100644 --- a/sqlalchemy_collectd/__init__.py +++ b/sqlalchemy_collectd/__init__.py @@ -1 +1 @@ -__version__ = "0.0.8" +__version__ = "0.1.0"