Skip to content

Commit

Permalink
bumped version to 0.47dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
decalage2 committed Apr 20, 2019
1 parent 15ba91e commit bde21a5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LICENSE for the olefile package:

olefile (formerly OleFileIO_PL) is copyright (c) 2005-2018 Philippe Lagadec
olefile (formerly OleFileIO_PL) is copyright (c) 2005-2019 Philippe Lagadec
(https://www.decalage.info)

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ See also [this paper](https://computer-forensics.sans.org/community/papers/gcfa/
License
-------

olefile (formerly OleFileIO_PL) is copyright (c) 2005-2018 Philippe Lagadec
olefile (formerly OleFileIO_PL) is copyright (c) 2005-2019 Philippe Lagadec
([https://www.decalage.info](https://www.decalage.info))

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion olefile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Project website: https://www.decalage.info/olefile
olefile is copyright (c) 2005-2018 Philippe Lagadec (https://www.decalage.info)
olefile is copyright (c) 2005-2019 Philippe Lagadec (https://www.decalage.info)
olefile is based on the OleFileIO module from the PIL library v1.1.7
See: http://www.pythonware.com/products/pil/index.htm
Expand Down
10 changes: 5 additions & 5 deletions olefile/olefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Project website: https://www.decalage.info/olefile
olefile is copyright (c) 2005-2018 Philippe Lagadec
olefile is copyright (c) 2005-2019 Philippe Lagadec
(https://www.decalage.info)
olefile is based on the OleFileIO module from the PIL library v1.1.7
Expand All @@ -22,7 +22,7 @@
See source code and LICENSE.txt for information on usage and redistribution.
"""

# Since OleFileIO_PL v0.47, only Python 2.7 and 3.5+ are supported
# Since olefile v0.47, only Python 2.7 and 3.5+ are supported
# This import enables print() as a function rather than a keyword
# (main requirement to be compatible with Python 3.x)
# The comment on the line below should be printed on Python 2.5 or older:
Expand All @@ -31,7 +31,7 @@

#--- LICENSE ------------------------------------------------------------------

# olefile (formerly OleFileIO_PL) is copyright (c) 2005-2018 Philippe Lagadec
# olefile (formerly OleFileIO_PL) is copyright (c) 2005-2019 Philippe Lagadec
# (https://www.decalage.info)
#
# All rights reserved.
Expand Down Expand Up @@ -86,8 +86,8 @@
# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.

__date__ = "2018-09-09"
__version__ = '0.46'
__date__ = "2019-04-20"
__version__ = '0.47dev1'
__author__ = "Philippe Lagadec"

__all__ = ['isOleFile', 'OleFileIO', 'OleMetadata', 'enable_logging',
Expand Down

0 comments on commit bde21a5

Please sign in to comment.