Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 530208a

Browse files
committed
bump version v1.1
1 parent 3c22f19 commit 530208a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

aioredis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
)
2929

3030

31-
__version__ = '1.0.0'
31+
__version__ = '1.1.0'
3232

3333
__all__ = [
3434
# Factories

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@
6060

6161
# General information about the project.
6262
project = 'aioredis'
63-
copyright = '2014-2017, Alexey Popravka'
63+
copyright = '2014-2018, Alexey Popravka'
6464

6565
# The version info for the project you're documenting, acts as replacement for
6666
# |version| and |release|, also used in various other places throughout the
6767
# built documents.
6868
#
6969
# The short X.Y version.
70-
version = '1.0'
70+
version = '1.1'
7171
# The full version, including alpha/beta/rc tags.
72-
release = '1.0.0'
72+
release = '1.1.0'
7373

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

0 commit comments

Comments
 (0)