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

Commit ae80b24

Browse files
committed
Prepare release 2.0.0
1 parent 9fe9595 commit ae80b24

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# History
22

3+
## 2.0.0 (2020-10-16)
4+
5+
- Uses a newer version of `python-wostools` that adds support to scopus.
6+
- Now you can mix and match ISI and Scopus RIS files in your trees.
7+
38
## 1.0.2 (2020-08-15)
49

510
- Fixed small styling issue on the template.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
test_suite="tests",
5454
tests_require=test_requirements,
5555
url="https://github.com/coreofscience/python-sap",
56-
version="1.0.2",
56+
version="2.0.0",
5757
zip_safe=False,
5858
)

src/sap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__author__ = """Daniel Stiven Valencia Hernadez"""
1010
__email__ = "dsvalenciah@gmail.com"
11-
__version__ = "1.0.2"
11+
__version__ = "2.0.0"
1212

1313
MODE_IN = "IN"
1414
MODE_OUT = "OUT"

0 commit comments

Comments
 (0)