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

Commit 1b9275a

Browse files
committed
Bump version to 1.1.0.
1 parent 39d5931 commit 1b9275a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/release_notes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Release Notes
44
**pydocstyle** version numbers follow the
55
`Semantic Versioning <http://semver.org/>`_ specification.
66

7-
Current Development Version
8-
---------------------------
7+
1.1.0 - September 29th, 2016
8+
----------------------------
99

1010
Major Updates
1111

src/pydocstyle/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33

44

5-
__version__ = '1.1.0-rc1'
5+
__version__ = '1.1.0'
66
log = logging.getLogger(__name__)
77

88

0 commit comments

Comments
 (0)