Skip to content

Commit 64a38ce

Browse files
halcyhalcy
authored andcommitted
version bump
1 parent 5f09c38 commit 64a38ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ A note on versioning: This librarys major version will grow with the APIs
22
version number. Breaking changes will be indicated by a change in the minor
33
(or major) version number, and will generally be avoided.
44

5-
v1.6.0
5+
v1.6.1
66
------
77
* BREAKING CHANGE: Change behaviour of streaming api handlers to no longer raise an exception when an unknown event is received and change the contract of the unknown event handler to explicitly state that it will not receive events once Mastodon.py updates.
88
* 3.1.3 support

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# The short X.Y version.
6969
version = u'1.6'
7070
# The full version, including alpha/beta/rc tags.
71-
release = u'1.6.0'
71+
release = u'1.6.1'
7272

7373
# The language for content autogenerated by Sphinx. Refer to documentation
7474
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727

2828
setup(name='Mastodon.py',
29-
version='1.6.0',
29+
version='1.6.1',
3030
description='Python wrapper for the Mastodon API',
3131
packages=['mastodon'],
3232
install_requires=[

0 commit comments

Comments
 (0)