Skip to content

Commit

Permalink
Prepare version info and CHANGELOG for version 0.11.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbrown committed Dec 18, 2020
1 parent e8eabe1 commit 238bef5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Datatest Changelog
==================

COMING SOON (0.11.0)
--------------------
2020-12-17 (0.11.0)
-------------------

* Removed deprecated decorators: skip(), skipIf(), skipUnless() (use
unittest.skip(), etc. instead).
Expand Down
2 changes: 1 addition & 1 deletion datatest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from ._vendor.repeatingcontainer import RepeatingContainer


__version__ = '0.11.0.dev1'
__version__ = '0.11.0'


#############################################
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
#
# The short X.Y version.
#from datatest import __version__
__version__ = '0.11.0.dev1'
__version__ = '0.11.0'
version = __version__

# The full version, including alpha/beta/rc tags.
Expand Down

0 comments on commit 238bef5

Please sign in to comment.