Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
halcy committed Jun 5, 2018
1 parent 01e52cc commit 16f9ffe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@

# General information about the project.
project = u'Mastodon.py'
copyright = u'2016-2017, Lorenz Diener'
copyright = u'2016-2018, Lorenz Diener'
author = u'Lorenz Diener'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u'1.2'
version = u'1.3'
# The full version, including alpha/beta/rc tags.
release = u'1.2.2'
release = u'1.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

setup(name='Mastodon.py',
version='1.2.2',
version='1.3.0',
description='Python wrapper for the Mastodon API',
packages=['mastodon'],
setup_requires=['pytest-runner'],
Expand Down

0 comments on commit 16f9ffe

Please sign in to comment.