Skip to content

Commit e07d990

Browse files
authored
Version bump and changelog for 0.6.1 release (#152)
* Version bump and changelog * Version bump in buildthedocs.yml
1 parent 435732a commit e07d990

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

docs/buildthedocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ versions:
99
notice: unstable
1010
warning: This documentation is for the unstable and in-development version of botogram!
1111

12-
- name: "0.6"
12+
- name: "0.6.1"
1313
source:
1414
provider: git
1515
url: .
16-
checkout: v0.6
16+
checkout: v0.6.1
1717
directory: docs
18-
title: botogram 0.6
18+
title: botogram 0.6.1
1919
notice: alpha
2020
warning: null
2121

docs/changelog/0.6.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ Changelog of botogram 0.6.x
77

88
Here you can find all the changes in the botogram 0.6.x release.
99

10+
.. _changelog-0.6.1:
11+
12+
botogram 0.6.1
13+
==============
14+
15+
*Alpha release, not yet released.*
16+
17+
Release description not yet written.
18+
19+
Bug fixes
20+
---------
21+
22+
* Fixed :py:meth:`botogram.Permissions.save` method
23+
1024
.. _changelog-0.6:
1125

1226
botogram 0.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def hello_command(chat, message, args):
3737

3838
setuptools.setup(
3939
name = "botogram2",
40-
version = "0.6",
40+
version = "0.6.1",
4141
url = "https://botogram.dev",
4242

4343
license = "MIT",

0 commit comments

Comments
 (0)