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

Commit 09c18ed

Browse files
committed
Tag 3.0.0 version for release
1 parent 426044d commit 09c18ed

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Requirements
1313
------------
1414

1515
* numpy
16-
* NetworkX
17-
* Python 2.7 or Python 3.3+
16+
* NetworkX 2.0+
17+
* Python 2.7 or Python 3.5+
1818

1919
Installation
2020
------------
@@ -42,7 +42,7 @@ and submit an issue if you have any problems or questions.
4242
Legal Mumbo Jumbo
4343
-----------------
4444

45-
Copyright (C) 2014 `Gregory Taylor`_
45+
Copyright (C) 2018 `Gregory Taylor`_
4646

4747
This software is licensed under the BSD License.
4848

colormath/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.2.0'
1+
VERSION = '3.0.0'

doc_src/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '2.2'
60+
version = '3.0'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '2.2.0'
62+
release = '3.0.0'
6363

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

doc_src/release_notes.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@
55
Release Notes
66
=============
77

8+
3.0.0
9+
-----
10+
11+
Features
12+
^^^^^^^^
13+
14+
* Python 3.5 and 3.6 are now supported.
15+
16+
Backwards-Incompatible Changes
17+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18+
19+
* Python 3.3 and 3.4 are no longer supported.
20+
* networkx>=2.0 is now required.
21+
22+
Bug Fixes
23+
^^^^^^^^^
24+
25+
* Add NodeNotFound to GraphConversionManager.get_conversion_path().
26+
827
2.2.0
928
-----
1029

0 commit comments

Comments
 (0)