Skip to content

Commit

Permalink
Version bump and changelog for 0.6.1 release (#152)
Browse files Browse the repository at this point in the history
* Version bump and changelog

* Version bump in buildthedocs.yml
  • Loading branch information
MarcoBuster committed Oct 22, 2019
1 parent 435732a commit e07d990
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/buildthedocs.yml
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
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
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

0 comments on commit e07d990

Please sign in to comment.