From c0d6620565031a8f5b697b83941c0898f04012c2 Mon Sep 17 00:00:00 2001 From: Marco Aceti Date: Tue, 22 Oct 2019 17:36:04 +0200 Subject: [PATCH 1/2] Version bump and changelog --- docs/changelog/0.6.rst | 14 ++++++++++++++ setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/changelog/0.6.rst b/docs/changelog/0.6.rst index 3ff4849..5ae2a85 100644 --- a/docs/changelog/0.6.rst +++ b/docs/changelog/0.6.rst @@ -7,6 +7,20 @@ Changelog of botogram 0.6.x Here you can find all the changes in the botogram 0.6.x release. +.. _changelog-0.6.1: + +botogram 0.6.1 +============== + +*Alpha release, not yet released.* + +Release description not yet written. + +Bug fixes +--------- + +* Fixed :py:meth:`botogram.Permissions.save` method + .. _changelog-0.6: botogram 0.6 diff --git a/setup.py b/setup.py index 09a6799..9da2ac1 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def hello_command(chat, message, args): setuptools.setup( name = "botogram2", - version = "0.6", + version = "0.6.1", url = "https://botogram.dev", license = "MIT", From 877fcbf9b7e65b111738f7b44c05dda49f12dc5a Mon Sep 17 00:00:00 2001 From: Marco Aceti Date: Tue, 22 Oct 2019 17:42:00 +0200 Subject: [PATCH 2/2] Version bump in buildthedocs.yml --- docs/buildthedocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/buildthedocs.yml b/docs/buildthedocs.yml index 48db71d..c584510 100644 --- a/docs/buildthedocs.yml +++ b/docs/buildthedocs.yml @@ -9,13 +9,13 @@ versions: notice: unstable warning: This documentation is for the unstable and in-development version of botogram! - - name: "0.6" + - name: "0.6.1" source: provider: git url: . - checkout: v0.6 + checkout: v0.6.1 directory: docs - title: botogram 0.6 + title: botogram 0.6.1 notice: alpha warning: null