Skip to content

Commit

Permalink
Update change log for 2.0.1, bump version number, and update copyrigh…
Browse files Browse the repository at this point in the history
…t year.
  • Loading branch information
brunns committed Feb 26, 2020
1 parent 060f966 commit 91036ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== Version 2.0.1 ==

* Make hamcrest package PEP 561 compatible, i.e. supply type hints for external use.

=== Version 2.0.0 ==

Drop formal support for 2.x
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD License

Copyright 2011 hamcrest.org
Copyright 2020 hamcrest.org
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

# General information about the project.
project = six.u('PyHamcrest')
copyright = six.u('2011, hamcrest.org')
copyright = six.u('2020, hamcrest.org')

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion src/hamcrest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from hamcrest.core import *
from hamcrest.library import *

__version__ = "2.0.0"
__version__ = "2.0.1"
__author__ = "Chris Rose"
__copyright__ = "Copyright 2020 hamcrest.org"
__license__ = "BSD, see License.txt"

0 comments on commit 91036ca

Please sign in to comment.