Skip to content

Commit 2b02b70

Browse files
authored
2.0.0 release (#155)
1 parent 6b9ebd6 commit 2b02b70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.0.0 (unreleased)
1+
## 2.0.0
22
### BREAKING CHANGES
33
* Drop Python 2 and Python 3.6 support
44
* Rename `id` arguments to `id_` across of code base

setup.py

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

77
setuptools.setup(
88
name='python-nomad',
9-
version='1.5.0',
9+
version='2.0.0',
1010
install_requires=['requests'],
1111
packages=['nomad', 'nomad.api'],
1212
url='http://github.com/jrxfive/python-nomad',

0 commit comments

Comments
 (0)