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

Commit a2da3d5

Browse files
committed
bump version: v1.0.0b2 -> v1.0.0
1 parent 1d3d6bb commit a2da3d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0b2'
31+
__version__ = '1.0.0'
3232

3333
__all__ = [
3434
# Factories

docs/conf.py

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

6161
# General information about the project.
6262
project = 'aioredis'
63-
copyright = '2014-2016, Alexey Popravka'
63+
copyright = '2014-2017, 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
@@ -69,7 +69,7 @@
6969
# The short X.Y version.
7070
version = '1.0'
7171
# The full version, including alpha/beta/rc tags.
72-
release = '1.0.0b2'
72+
release = '1.0.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)