Skip to content

Commit

Permalink
Back to dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed May 20, 2022
1 parent d50bd11 commit f926a04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.2.0 (in development)
======================

- TODO document changes here.

2.1.0
=====

Expand Down
2 changes: 1 addition & 1 deletion cloudpickle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# expose their Pickler subclass at top-level under the "Pickler" name.
Pickler = CloudPickler

__version__ = '2.1.0'
__version__ = '2.2.0.dev0'

0 comments on commit f926a04

Please sign in to comment.