Skip to content

Commit c4e2f67

Browse files
committed
Release 0.2.0
1 parent 18ca64d commit c4e2f67

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.2.0
2+
-----
3+
4+
:Date: 2018-07-30
5+
6+
* Use ``READTHEDOCS_PROJECT`` and ``READTHEDOCS_VERSION`` environment variables
7+
8+
* Remove ``versionwarning_enabled`` config since it wasn't used and it's not necessary
9+
10+
* Parse ``versionwarning_messages`` as reStructuredText (https://github.com/humitos/sphinx-version-warning/pull/7)
11+
112
0.1.0
213
-----
314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sphinx-version-warning",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"dependencies": {
55
"semver": "^5.5.0",
66
"webpack": "^4.16.3",

versionwarning/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
name = 'versionwarning'
4-
version = '0.1.0'
4+
version = '0.2.0'
55

66

77
def setup(app):

0 commit comments

Comments
 (0)