Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/buildthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 14 additions & 0 deletions docs/changelog/0.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down