Skip to content

Commit

Permalink
release: v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Mar 1, 2019
1 parent bee1d76 commit e58f82f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.rst
@@ -1,6 +1,6 @@
..
This file is part of IDUtils
Copyright (C) 2015, 2016 CERN.
Copyright (C) 2015-2019 CERN.
IDUtils is free software; you can redistribute it and/or modify
it under the terms of the Revised BSD License; see LICENSE file for
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -14,6 +14,10 @@
Changes
=======

Version 1.1.2 (2019-02-12)

- Adds support for HAL identifiers.

Version 1.1.1 (2018-11-18)

- Changes URL resolution for bibcodes to use https://ui.adsabs.harvard instead
Expand Down
3 changes: 2 additions & 1 deletion idutils/__init__.py
@@ -1,8 +1,9 @@
# -*- coding: utf-8 -*-
#
# This file is part of IDUtils
# Copyright (C) 2015-2018 CERN.
# Copyright (C) 2015-2019 CERN.
# Copyright (C) 2018 Alan Rubin.
# Copyright (C) 2019 Inria.
#
# IDUtils is free software; you can redistribute it and/or modify
# it under the terms of the Revised BSD License; see LICENSE file for
Expand Down
2 changes: 1 addition & 1 deletion idutils/version.py
Expand Up @@ -19,4 +19,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.1.1dev20181118"
__version__ = "1.1.2"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -35,7 +35,7 @@
'pytest-cov>=1.8.0',
'pytest-pep8>=1.0.6',
'pytest-runner>=2.6.2',
'pytest>=3.3.0',
'pytest>=3.6.0',
]

extras_require = {
Expand Down

0 comments on commit e58f82f

Please sign in to comment.